John Wellbelove
|
16a1978f43
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
John Wellbelove
|
8f7b16dc9c
|
Redesigned bitset to use no virtual functions.
Fixed storage array type as uint8_t.
|
2015-12-09 15:31:41 +00:00 |
|
John Wellbelove
|
c8e9a2e852
|
Added 'fold_bits()' to binary.h and used in bloom_filter.h
|
2015-09-10 11:25:17 +01:00 |
|
John Wellbelove
|
7aa3f81cd9
|
Duplicate 'enable2' in 'exists(key)'
|
2015-09-10 10:30:16 +01:00 |
|
jwellbelove
|
ae385d5561
|
Added Github link to copyright notice.
|
2015-02-22 13:23:18 +00:00 |
|
jwellbelove
|
4450a6df38
|
Made the width a 'desired width'.
Will use TOTAL_BITS from bitset to round up to the capacity of the underlying bitset.
|
2015-02-05 20:00:26 +00:00 |
|
jwellbelove
|
51d7aef0a4
|
Optimised get_hash code
|
2015-01-21 18:10:16 +00:00 |
|
jwellbelove
|
03ce42883a
|
Changed static to enum
|
2015-01-18 20:32:37 +00:00 |
|
jwellbelove
|
76cdcc99ce
|
Added Bloom filter
|
2015-01-17 13:58:34 +00:00 |
|