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.
Showing
Please register or sign in to comment