10 Commits

Author SHA1 Message Date
Jason Davies
b05df25115 Update Vows dependency version. 2011-12-06 23:31:54 +00:00
Jason Davies
e0a924bda9 Use shifts instead of multiply to avoid fp issues. 2011-09-05 14:14:32 +01:00
Jason Davies
287b266bab Add another test. 2011-09-05 13:48:44 +01:00
Jason Davies
1a2a9a0607 Use vows for testing. 2011-09-05 13:44:26 +01:00
Jason Davies
62d9feda09 Improve portability. 2011-09-04 19:27:16 +01:00
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