[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#6301) PATCH - used red-black tree for response messages



Full_Name: Bryan Duncan
Version: 2.4.16
OS: Mac OS X 10.6
URL: ftp://ftp.openldap.org/incoming/bryan-duncan-rbtree-090922.patch
Submission from: (NULL) (17.224.21.109)


Uploaded patch that replaces the linked-list of response messages with a
red-black tree.  This improves performance since random access to the response
messages is needed.