| Interface | Description |
|---|---|
| MinimalPerfectHash.UniversalHash<T> |
An interface that can calculate multiple hash values for an object.
|
| Class | Description |
|---|---|
| IntPerfectHash |
A minimum perfect hash function tool.
|
| IntPerfectHash.BitArray |
A helper class for bit arrays.
|
| MinimalPerfectHash<K> |
A minimal perfect hash function tool.
|
| MinimalPerfectHash.LongHash |
A sample hash implementation for long keys.
|
| MinimalPerfectHash.StringHash |
A sample hash implementation for integer keys.
|
| PerfectHash |
A perfect hash function tool.
|
A perfect hash function tool.