Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
/ pyhashmap Public archive

Python interface to google's fast hashmap implementations

Notifications You must be signed in to change notification settings

mwhoffman/pyhashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyHashmap

This is a simple python wrapper around google's sparsehash and densemap libraries, and it also uses google's city hash algorithm for fast hashing.

This currently relies on the following libraries:

as well as a few other boost libraries. This is currently fairly preliminary, and it's far from portable, but hopefully that will come shortly.

About

Python interface to google's fast hashmap implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published