Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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