preshed3.0.9
preshed3.0.9
Published
Cython hash table that trusts the keys are pre-hashed
pip install preshed
Package Downloads
Authors
Project URLs
Requires Python
>=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.