Metadata-Version: 1.1
Name: preshed
Version: 1.0.0
Summary: Cython hash table that trusts the keys are pre-hashed
Home-page: https://github.com/spacy-io/preshed
Author: Matthew Honnibal
Author-email: matt@spacy.io
License: MIT
Description: .. image:: https://travis-ci.org/spacy-io/preshed.svg?branch=master
            :target: https://travis-ci.org/spacy-io/preshed
        
        Cython Hash Table for Pre-Hashed Keys
        -------------------------------------
        
        Simple but high performance Cython hash table mapping pre-randomized keys to void* values.
        
        Inspired by: http://preshing.com/20130107/this-hash-table-is-faster-than-a-judy-array/
        
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering
