This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <algorithm> | |
#include <ctime> | |
#include <iostream> | |
int main() | |
{ | |
// Generate data | |
const unsigned arraySize = 32768; | |
int data[arraySize]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Pull Request | |
<!-- Remove X if not work in progress and you believe this is ready to merge --> | |
- [X] is work in progress? | |
<!-- Add stories below --> | |
**JIRA Stories:** | |
- https://jira.csc.com/browse/*XXX* | |
- https://jira.csc.com/browse/*YYY* | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
__Advertisement :)__ | |
- __[pica](https://nodeca.github.io/pica/demo/)__ - high quality and fast image | |
resize in browser. | |
- __[babelfish](https://github.com/nodeca/babelfish/)__ - developer friendly | |
i18n with plurals support and easy syntax. | |
You will like those projects! |