summaryrefslogtreecommitdiff
path: root/source3/ubi_SplayTree.c
AgeCommit message (Collapse)AuthorFilesLines
1997-10-09This is my library of lists and trees. My hope is to replace all of theChristopher R. Hertel1-0/+472
hard coded linked lists that are currently used in Samba with calls to these modules. This should make the code simpler, smaller, and (I hope) faster. The tree code, in particular, should speed up processing where large lists are involved. Chris -)----- (This used to be commit e789179dfda669bd768720cb3732cf56a49027b5)