Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hagemt/bloom
A simple efficient program that uses libcalg to find duplicates.
https://github.com/hagemt/bloom
Last synced: about 1 month ago
JSON representation
A simple efficient program that uses libcalg to find duplicates.
- Host: GitHub
- URL: https://github.com/hagemt/bloom
- Owner: hagemt
- Created: 2012-06-07T08:46:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-01T12:47:20.000Z (over 11 years ago)
- Last Synced: 2024-04-14T06:00:23.234Z (7 months ago)
- Language: C
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bloom
=====A simple efficient program that uses libcalg to find duplicates.
You can either use CMake or make; this project supports both.
In the future, I will probably remove support for the later.
Working on a monitoring deamon that uses libnotify.
libraries
=========bloom plans to leverage:
* tclap (for argument parsing)
* c-algorithms (for data structures)
* libcrypt (for computing file hashes)
* syslog (for reporting and monitoring)
* gdbm (for persistence of file information)
* zlib (for compression of various data)