• Rusty Russell's avatar
    From: Joseph Adams <joeyadams3.14159@gmail.com> · 7b877620
    Rusty Russell authored
    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.
    7b877620
btree.c 17.9 KB