Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcousens/binsort
A streaming binary sorting tool written in C++
https://github.com/dcousens/binsort
binary bytes pipe sort stdin stdout streaming unix
Last synced: 1 day ago
JSON representation
A streaming binary sorting tool written in C++
- Host: GitHub
- URL: https://github.com/dcousens/binsort
- Owner: dcousens
- License: mit
- Created: 2016-04-13T07:49:15.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T04:53:27.000Z (over 2 years ago)
- Last Synced: 2024-11-23T14:47:52.357Z (about 2 months ago)
- Topics: binary, bytes, pipe, sort, stdin, stdout, streaming, unix
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binsort
A streaming binary sorting tool, pipes `stdin` to `stdout`, sorted.Byte-for-byte, **not UTF8 aware**.
Uses OpenMP for multi-threading.
## Examples
``` bash
# sort by 32 byte chunks