Skip to content

richmonkey/pysparsehash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Python wrapper for sparsehash.

If sparsehash header file is't in default folder, add include_dirs option to setup.py.

Key can be either string(default) or integer(64bit)
If you wants integer key, add KEY_INTEGER macro option to setup.py.
Value can be anything.

python setup.py install

About

python wrapper of sparsehash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published