Skip to content

Instantly share code, notes, and snippets.

View raul-hc's full-sized avatar

Raul Herrador raul-hc

View GitHub Profile
@raul-hc
raul-hc / sorted.cc
Created November 20, 2016 22:04
Sorted array processing - C++
#include <algorithm>
#include <ctime>
#include <iostream>
int main()
{
// Generate data
const unsigned arraySize = 32768;
int data[arraySize];
## 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*
---
__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!