]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
ipc: cache windows lookups to avoid O(n^2) with nested lookups
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 24 Jun 2021 11:35:48 +0000 (13:35 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 20 Jul 2021 11:24:18 +0000 (13:24 +0200)
commitd58df7ed10f0595484dc78c6b457425e03109f7f
tree673c87b19fe50cea3f658ffa6fb1625bbe469cc7
parentf65c82456d4acdf96f3c0ce769bcecb61550f367
ipc: cache windows lookups to avoid O(n^2) with nested lookups

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/ipc-uapi-windows.h
src/ipc-windows.h
src/wincompat/include/hashtable.h [new file with mode: 0644]