loongson/pypi/: preshed-3.0.9 metadata and description
Cython hash table that trusts the keys are pre-hashed
| author | Explosion |
| author_email | contact@explosion.ai |
| classifiers |
|
| description_content_type | text/markdown |
| license | MIT |
| requires_dist |
|
| requires_python | >=3.6 |
| File | Tox results | History |
|---|---|---|
preshed-3.0.9-cp39-cp39-linux_loongarch64.whl
|
|
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.