]> granicus.if.org Git - libevent/commit
r15172@tombo: nickm | 2007-12-06 12:54:37 -0500
authorNick Mathewson <nickm@torproject.org>
Thu, 6 Dec 2007 18:13:03 +0000 (18:13 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 Dec 2007 18:13:03 +0000 (18:13 +0000)
commit2e2104f4cea0932a04d98452ab36f2c41786c5d7
tree36f71b8e6b7346edcd8991ab4564062ec916e036
parent3206bbca46f55e4eb4570566a9566dd10c182c6d
 r15172@tombo:  nickm | 2007-12-06 12:54:37 -0500
 Rewrite win32.c to use a red-black tree to map sockets to events.  This changes the performance from O(N^2) to O(N lg N).  Needs testing.  (This was made possible by recent changes to the implementation of non-persistent events.)

svn:r574
ChangeLog
WIN32-Code/tree.h [new file with mode: 0644]
WIN32-Code/win32.c