Browse Source Download (without any required ccan dependencies)

Module:

intmap

Summary:

ordered map integers to various types

Author:

Rusty Russell <[email protected]>

Dependencies:

Description:

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)

License:

CC0