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

https://github.com/thehxdev/bloniq

"sort | uniq" but with bloom filter (without sort)
https://github.com/thehxdev/bloniq

bloom-filter unix

Last synced: 10 months ago
JSON representation

"sort | uniq" but with bloom filter (without sort)

Awesome Lists containing this project

README

          

# Bloniq
Filter and remove duplicate lines with bloom filter. Like `sort | uniq` Unix commands
but without the `sort`.

## Build
Just run the build script:
```bash
bash build.bash
```