preshed
Cython hash table that trusts the keys are pre-hashed
Rank: #881Downloads: 17,185,135 (30 days)Stars: 87Forks: 24
Description
<a href="https://explosion.ai"><img src="https://explosion.ai/assets/img/logo.svg" width="125" height="125" align="right" /></a>
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.