Commit Graph

19 Commits

Author SHA1 Message Date
Phyks 837199ef9d Update doc + remove useless files 2014-11-08 18:42:20 +01:00
Phyks 010678abbd Fix a bug with bloom filter indices when parsing binary file 2014-11-08 17:15:25 +01:00
Phyks 6563e2ca98 Add new samples 2014-11-01 18:33:59 +01:00
Phyks afaa2e3d42 Cleaner proto 2014-10-28 22:30:24 +01:00
Phyks acc396cdfe Working ! 2014-10-28 20:08:47 +01:00
Phyks 1f63d1788c TODO : https://stackoverflow.com/questions/1694507/difference-between-operator-in-js-and-python 2014-10-28 02:54:43 +01:00
Phyks 679ac6a774 Commit before debugging bloom.py 2014-10-28 02:52:48 +01:00
Phyks b5cd1d9702 Commit before debugging bloom.py 2014-10-28 02:45:57 +01:00
Phyks 496e2f823f Commit before debugging bloom.py 2014-10-28 02:36:28 +01:00
Phyks 5b4cc421df Include https://github.com/jasondavies/bloomfilter.js/pull/11 2014-10-27 22:20:34 +01:00
Phyks 775a8ab930 Refactor JS view, working JS code for Bloom filters 2014-10-27 22:17:19 +01:00
Phyks a1fea61f4f Read in JS almost done
TODO : BloomFilters in JS
2014-03-02 16:58:52 +01:00
Phyks d7f9873a35 Reading of number of samples working now in both JS and Python 2014-02-26 22:48:15 +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 0c33477699 Dropping jQuery ! 2014-01-11 00:19:22 +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 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