Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakogut/tinybloom
A small, simple, easy to use bloom filter written in C.
https://github.com/jakogut/tinybloom
Last synced: about 2 months ago
JSON representation
A small, simple, easy to use bloom filter written in C.
- Host: GitHub
- URL: https://github.com/jakogut/tinybloom
- Owner: jakogut
- Created: 2011-03-12T22:11:02.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-12T08:07:17.000Z (over 13 years ago)
- Last Synced: 2023-03-11T15:52:39.069Z (almost 2 years ago)
- Language: C
- Homepage:
- Size: 115 KB
- Stars: 32
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
// INSTALLATION //
Tinybloom is a small, lightweight library that provides a simple,
easy to use implementation of a bloom filter.To compile tinybloom, simply run:
| make && make install
To compile the tinybloom function test, run:
| make test
To compile the tinybloom performance test, run:
| make perftest