Skip to content

pramodrs13/fHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Template Hash Map implementation in C++ which is much faster and scalable than standard STL maps. To compile and run just go to build dir and do ./build.sh which will create hashtest binary in bin folder. Just run this binary To test performance of this hash map compared to stl maps. This is a generic hash map and can be fitted to any data types.

About

FastHash Map implementation in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors