loongson/pypi/: preshed-3.0.10 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,<3.14 |
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.