Commit Graph

3 Commits

Author SHA1 Message Date
Phyks
d759e7c8ab Clean + switch to bloom filters and bitarrays
* Refactor of the repo structure, for better usability.
* README.md refactored.
* Switch to BloomFilters in python script, to decrease the index file.

TODO:
* Handle binary files in JS to pass the BloomFilters from python to JS.

Note: Current implementations of BloomFilters differ in JS and Python
lib.
2014-01-02 21:24:22 +01:00
Phyks
26d95b4cc3 First working, clearly not optimized, version 2013-12-28 20:42:06 +01:00
Phyks
eaaa64bdea Initial commit
Python script generates the index correctly, but not optimized at all...
2013-12-26 17:16:12 +01:00