Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)