Skip to content

Automatically exported from code.google.com/p/tinyset

Notifications You must be signed in to change notification settings

gilga1983/tinyset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

tinyset

Automatically exported from code.google.com/p/tinyset

TinySet - An Access efficient Bloom filter consturction. This is TinySet implementation a fingerprint hash table that support the functionality of Bloom filter and can be extended easily as it is based on hash table. It is often more space efficient than Bloom filters.

presentation - that explains (amoung other things) TinySet. http://www.cs.technion.ac.il/~gilga/UCLA_and_TCL.pptx link to the technical report (open for all) http://www.cs.technion.ac.il/users/wwwb/cgi-bin/tr-get.cgi/2015/CS/CS-2015-03.pdf

About

Automatically exported from code.google.com/p/tinyset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages