5 Commits

Author SHA1 Message Date
Jason Davies
f68498701f Minor optimisation. 2011-09-04 19:19:12 +01:00
Jason Davies
a6d3ebf281 Update README. 2011-09-04 18:30:37 +01:00
Jason Davies
d471e98419 Fix a hashing bug.
JavaScript doesn't support 64-bit integers, unfortunately, so instead
I'm generating a single 32-bit hash and then taking the next iteration
as the second hash.
2011-09-04 14:07:43 +01:00
Jason Davies
ff2944c243 Add README. 2011-09-04 10:37:42 +01:00
Jason Davies
fd8e588ac8 Bloom filter in JavaScript using FNV hash. 2011-09-04 10:25:02 +01:00