Projects with this topic
Sort by:
-
SMHasher3 is a test suite for evaluating non-cryptographic hash functions. It focuses on things like output distribution and collisions, with some perf tests. Based on the SMHasher fork maintained by Reini Urban (https://github.com/rurban/smhasher).
Updated -
-
A hash table implementation in C using multiplicative, word-folding hashing. Keys are strings (or integers when char pointers are directly assigned to whichever integer you require) and values are void pointers for flexibility.
Updated -
-
Natural Language Processing translator program using a machine learning process with an implementation of the Viterbi algorithm to calculate the best probability of a translation.
Updated