While working on a general-purpose caching module (out soon), I thought of
authorChristopher R. Hertel <crh@samba.org>
Thu, 11 Dec 1997 11:44:18 +0000 (11:44 +0000)
committerChristopher R. Hertel <crh@samba.org>
Thu, 11 Dec 1997 11:44:18 +0000 (11:44 +0000)
commitdb9898559f1493ade4478196b72663759bb18995
treea71ad260364028129090c0495cdef0ce2dc9a3bb
parentbf48151e6ddfa72303be7eac9e156046d4fb5b5e
While working on a general-purpose caching module (out soon), I thought of
a better way to handle the node pointer array used in ubi_BinTree.  The
change simplified the code a bigbunch.  It also forced updates to all of
the binary tree modules.  CRH
source/ubiqx/ubi_AVLtree.c
source/ubiqx/ubi_AVLtree.h
source/ubiqx/ubi_BinTree.c
source/ubiqx/ubi_BinTree.h
source/ubiqx/ubi_SplayTree.c
source/ubiqx/ubi_SplayTree.h