Preshed Versions Save

💥 Cython hash tables that assume keys are pre-hashed

v3.0.9

8 months ago
  • Package updates and binary wheels for python 3.12.

v4.0.0

1 year ago
  • Fix bloom size issues with Windows serialization (#38).
  • bloom: replace raw array with std::vector and raw pointer with std::unique_ptr (#39).
  • map/counter: replace raw array with std::vector and raw pointer with std::unique_ptr (#40).
  • Remove PreshMapArray (#40).

v3.0.8

1 year ago
  • Package updates and binary wheels for python 3.11.

v3.0.7

1 year ago
  • Update setup for Setuptools v65.0.0

v2.0.0

5 years ago
  • Require cymem>=2.0.0
  • Add wheel to setup_requires

v1.0.1

5 years ago
  • Regenerate C source for Python 3.7