|
|
- Metadata-Version: 2.1
- Name: preshed
- Version: 2.0.1
- Summary: Cython hash table that trusts the keys are pre-hashed
- Home-page: https://github.com/explosion/preshed
- Author: Matthew Honnibal
- Author-email: matt@explosion.ai
- License: MIT
- Platform: UNKNOWN
- Classifier: Environment :: Console
- Classifier: Intended Audience :: Developers
- Classifier: Intended Audience :: Science/Research
- Classifier: License :: OSI Approved :: MIT License
- Classifier: Operating System :: POSIX :: Linux
- Classifier: Operating System :: MacOS :: MacOS X
- Classifier: Operating System :: Microsoft :: Windows
- Classifier: Programming Language :: Cython
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Programming Language :: Python :: 3.5
- Classifier: Programming Language :: Python :: 3.6
- Classifier: Programming Language :: Python :: 3.7
- Classifier: Topic :: Scientific/Engineering
- Requires-Dist: cymem (<2.1.0,>=2.0.2)
-
- 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 <http://preshing.com/20130107/this-hash-table-is-faster-than-a-judy-array/>`_
-
- .. image:: https://img.shields.io/travis/explosion/preshed/master.svg?style=flat-square&logo=travis
- :target: https://travis-ci.org/explosion/preshed
- :alt: Build Status
-
- .. image:: https://img.shields.io/appveyor/ci/explosion/preshed/master.svg?style=flat-square&logo=appveyor
- :target: https://ci.appveyor.com/project/explosion/preshed
- :alt: Appveyor Build Status
-
- .. image:: https://img.shields.io/pypi/v/preshed.svg?style=flat-square
- :target: https://pypi.python.org/pypi/preshed
- :alt: pypi Version
-
- .. image:: https://img.shields.io/conda/vn/conda-forge/preshed.svg?style=flat-square
- :target: https://anaconda.org/conda-forge/preshed
- :alt: conda Version
-
- .. image:: https://img.shields.io/badge/wheels-%E2%9C%93-4c1.svg?longCache=true&style=flat-square&logo=python&logoColor=white
- :target: https://github.com/explosion/wheelwright/releases
- :alt: Python wheels
-
-
|