]> git.ozlabs.org Git - ccan/commit
From: Joseph Adams <joeyadams3.14159@gmail.com>
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 9 Apr 2010 01:24:31 +0000 (10:54 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 9 Apr 2010 01:24:31 +0000 (10:54 +0930)
commit7b877620c687786bb5b2b4bb3daffc61ca4322cf
tree53a07dd94db7f66eada063746525d49063168d4f
parent455572f3e5a66e8a02f38458524fad651eb46489
From: Joseph Adams <joeyadams3.14159@gmail.com>

The btree patch gives the btree module an intuitive frontend
(btree_insert, btree_remove, btree_lookup) and a built-in ordering
function for strings.  Together, these make it easy to use the btree
module as a dynamic string map.
ccan/btree/_info
ccan/btree/btree.c
ccan/btree/btree.h