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)
- Host: GitHub
- URL: https://github.com/thehxdev/bloniq
- Owner: thehxdev
- License: mit
- Created: 2025-07-11T14:13:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T15:09:36.000Z (11 months ago)
- Last Synced: 2025-07-11T16:42:13.024Z (11 months ago)
- Topics: bloom-filter, unix
- Language: C
- Homepage:
- Size: 2.37 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```