Skip to content

jakogut/tinybloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// 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

About

A small, simple, easy to use bloom filter written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages