CacheTable

CacheTable is a C template library that implements a very fast hash map container.
Download

CacheTable Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Matteo Merli
  • Publisher web site:
  • http://code.google.com/p/cache-table/

CacheTable Tags


CacheTable Description

CacheTable is a C template library that implements a very fast hash map container. CacheTable is a C template library that implements a very fast hash map container.Its particularity, compared with std::hash_map and google::sparse_hash_map, is that it has a fixed size (decided it when it is created) and a random item replacement policy: in case of an "hash collision" the older item is "discarded" and replaced with the new one.This container is ideal for implementing a caching system, when you want very fast item insertion and retrieval and you know the memory amount you want to dedicate ahead of time.What's New in This Release:· This release fixes a bug with deletion of iterator range, and work continues on more complete documentation.· The test case has been reorganized to not require external libraries.


CacheTable Related Software