mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Marc-Andre Lemburg <mal@lemburg.com>:
Perfect hash table generator. Outputs a Python extension module which provides access to the hash table (which is stored in static C data) using custom code. This module can currently only generates code for the ucnhash module, but can easily be adapted to produce perfect hash tables for other tasks where fast lookup in large tables is needed. By Bill Tutt.
This commit is contained in:
664
Tools/perfecthash/perfect_hash.py
Normal file
664
Tools/perfecthash/perfect_hash.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user