Started working on a red-black tree implementation, need to speed up

certain operations, such as SID to user lookups, and nick to user.
This commit is contained in:
Jan Vidar Krey
2009-05-01 17:07:38 +02:00
parent 4c4cb4fb36
commit df1e832a3c
3 changed files with 173 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ libuhub_SOURCES := \
src/misc.c \
src/netevent.c \
src/network.c \
src/rbtree.c \
src/route.c \
src/sid.c \
src/tiger.c \
@@ -171,6 +172,7 @@ uhub_HEADERS := \
src/misc.h \
src/netevent.h \
src/network.h \
src/rbtree.h \
src/route.h \
src/sid.h \
src/tiger.h \