Google SparseHash

An extremely memory-efficient hash_map implementation, with only 2 bits/entry overhead
Download

Google SparseHash Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD
  • Price:
  • FREE
  • Publisher Name:
  • Google
  • Publisher web site:
  • http://google.com
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 285 KB

Google SparseHash Tags


Google SparseHash Description

An extremely memory-efficient hash_map implementation, with only 2 bits/entry overhead The Google SparseHash project contains several hash-map implementations in use at Google, with different performance characteristics, including an implementation that optimizes for space and one that optimizes for speed.Google SparseHash is a free and open source template library; there are no binaries to install.These hashtable implementations are similar in API to SGI's hash_map class and the tr1 unordered_map class, but with different performance characteristics. It's easy to replace hash_map or unordered_map by sparse_hash_map or dense_hash_map in C++ code.


Google SparseHash Related Software