Sha256: ba0abc900eb477270b4f63ce138dda69351b0d96008c08f41e123b49b7fae984

Contents?: true

Size: 685 Bytes

Versions: 23

Compression:

Stored size: 685 Bytes

Contents

This is a C version of sparsehash (and also, maybe, densehash) that I
wrote way back when, and served as the inspiration for the C++
version.  The API for the C version is much uglier than the C++,
because of the lack of template support.  I believe the class works,
but I'm not convinced it's really flexible or easy enough to use.

It would be nice to rework this C class to follow the C++ API as
closely as possible (eg have a set_deleted_key() instead of using a
#define like this code does now).  I believe the code compiles and
runs, if anybody is interested in using it now, but it's subject to
major change in the future, as people work on it.

Craig Silverstein
20 March 2005

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
google_hash-0.9.0 ext/sparsehash-2.0.2/experimental/README
google_hash-0.8.9 ext/sparsehash-2.0.2/experimental/README
google_hash-0.8.8 ext/sparsehash-2.0.2/experimental/README
google_hash-0.8.7 ext/sparsehash-2.0.2/experimental/README
google_hash-0.8.6 ext/sparsehash-2.0.2/experimental/README
google_hash-0.8.5 ext/sparsehash-2.0.2/experimental/README
google_hash-0.8.4 ext/sparsehash-2.0.2/experimental/README
google_hash-0.8.3 ext/sparsehash-2.0.2/experimental/README
google_hash-0.8.2 ext/sparsehash-2.0.2/experimental/README
google_hash-0.8.1 ext/sparsehash-1.8.1/experimental/README
google_hash-0.8.0 ext/sparsehash-1.8.1/experimental/README
google_hash-0.7.0 ext/sparsehash-1.8.1/experimental/README
google_hash-0.6.2 ext/sparsehash-1.5.2/experimental/README
google_hash-0.6.1 ext/sparsehash-1.5.2/experimental/README
google_hash-0.6.0 ext/sparsehash-1.5.2/experimental/README
google_hash-0.5.1 ext/sparsehash-1.5.2/experimental/README
google_hash-0.4.0 ext/sparsehash-1.5.2/experimental/README
google_hash-0.3.1 ext/sparsehash-1.5.2/experimental/README
google_hash-0.3.0 ext/sparsehash-1.5.2/experimental/README
google_hash-0.2.1 ext/sparsehash-1.5.2/experimental/README