The kv_map project is a simple implementation of a key-value map in C99, based on a hash table. It features an easy to use API and meant to be integated into other projects that need such a key-value map.
The package contains the full documentation. See the file kv_map.txt.
Probably the most convenient way to download the sources is via git. If you have git just type
git clone http://users.physik.fu-berlin.de/~jtt/kv_map/kv_map.git
In the future you then can easily update to the newest version with just the command git pull.
The package can also be downloaded as a tarball from here
http://users.physik.fu-berlin.de/~jtt/kv_map/kv_map.tar.gz (md5sum: 7d987394c56e6baa94f627d47ce54ab9)
If you find bugs or implement improvements please don't hesitate to contact me.
Last modified: Jun 29, 2020 |