preshed3.0.10
preshed3.0.10
Published
Cython hash table that trusts the keys are pre-hashed
pip install preshed
Package Downloads
Authors
Project URLs
Requires Python
<3.14,>=3.6
Dependencies
preshed: Cython Hash Table for Pre-Hashed Keys
Simple but high performance Cython hash table mapping pre-randomized keys to
void*
values. Inspired by
Jeff Preshing.