Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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