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