Browse Source Download (without any required ccan dependencies)
intmap
ordered map integers to various types
Rusty Russell <[email protected]>
This code an ordered map of strings to values
This code implements an ordered map of strings as a critbit tree. See:
http://cr.yp.to/critbit.html http://github.com/agl/critbit (which this code is based on)
CC0