-
Notifications
You must be signed in to change notification settings - Fork 4
causes/bloom
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An implementation of a bloom filter in C. Also contains an ad-hoc command line spell checker application (as a test). To compile: $ gcc -o spellcheck spellcheck.c bloom.c To run: $ cat data.txt | ./spellcheck
About
A bloom filter implementation written in C
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published