Age | Commit message (Expand) | Author |
---|---|---|
2020-08-23 | Increase hash table size from 15 to 16 bits. | Hans Kristian Rosbach |
2020-08-23 | Replace hash_bits, hash_size and hash_mask with defines. | Hans Kristian Rosbach |
2020-05-30 | Remove extra lines between functions and their comments. | Nathan Moinvaziri |
2020-05-24 | Simplify generic hash function using knuth's multiplicative hash. | Nathan Moinvaziri |
2020-04-30 | Removed TRIGGER_LEVEL byte masking from INSERT_STRING and UPDATE_HASH due to ... | Nathan Moinvaziri |
2020-04-30 | Standardize insert_string functionality across architectures. Added unaligned... | Nathan Moinvaziri |