source: GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/experimental/README @ 2162

Revision 2162, 699 bytes checked in by mattausch, 17 years ago (diff)

improved hash performance with google hashmap

Line 
1This is a C version of sparsehash (and also, maybe, densehash) that I
2wrote way back when, and served as the inspiration for the C++
3version.  The API for the C version is much uglier than the C++,
4because of the lack of template support.  I believe the class works,
5but I'm not convinced it's really flexible or easy enough to use.
6
7It would be nice to rework this C class to follow the C++ API as
8closely as possible (eg have a set_deleted_key() instead of using a
9#define like this code does now).  I believe the code compiles and
10runs, if anybody is interested in using it now, but it's subject to
11major change in the future, as people work on it.
12
13Craig Silverstein
1420 March 2005
Note: See TracBrowser for help on using the repository browser.