Tiny perfect hash library for dotnet
-
Updated
Oct 20, 2019 - C#
Tiny perfect hash library for dotnet
Cichelli's Method is implemented to minimize the number of collisions when mapping values to a hash table, using a hash function. This program reads key words from a text file and inserts these key words into a hash table by following Cichelli's method. The program then reads a second text file of words and compares these words to the key words …
A function for encoding unique ordered sets of natural numbers into a single unique natural number.
C and C library for fast, caseless (case-insensitive) comparison of Unicode utf-8 strings
Add a description, image, and links to the perfect-hash-functions topic page so that developers can more easily learn about it.
To associate your repository with the perfect-hash-functions topic, visit your repo's landing page and select "manage topics."