cpp
cpp copied to clipboard
Elias gamma compression algorithm
Elias gamma algorithm compress integers. It takes a file that contains tab separated integer, for example stocks price data then compress it and outputs a binary file of compressed ints.
I am creating a pull request for...
- [x] New algorithm
- [ ] Update to an algorithm
- [ ] Fix an error
- [ ] Other - Describe below