loongson/pypi/: preshed-3.0.2 metadata and description
Cython hash table that trusts the keys are pre-hashed
author | Matthew Honnibal |
author_email | matt@explosion.ai |
classifiers |
|
description_content_type | text/markdown |
license | MIT |
platform |
|
requires_dist |
|
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
preshed-3.0.2-cp27-cp27mu-linux_loongarch64.whl
|
|
|
preshed-3.0.2-cp37-cp37m-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.