Commit Graph

5 Commits

Author SHA1 Message Date
Phyks 837199ef9d Update doc + remove useless files 2014-11-08 18:42:20 +01:00
Phyks 221eeaf8f5 Updated license in README file 2014-01-11 01:25:37 +01:00
Phyks 7eb55478ed Finished handling of binary data by JS
TODO : Recode the pybloom library in JS to load back the BloomFilters in
the JS script.
2014-01-11 01:19:50 +01:00
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 eaaa64bdea Initial commit
Python script generates the index correctly, but not optimized at all...
2013-12-26 17:16:12 +01:00