History log of /haiku/src/system/libroot/posix/musl/search/twalk.c
Revision Date Author Comments
# abe93798 15-Sep-2021 Augustin Cavalier <waddlesplash@gmail.com>

libroot: Replace glibc search implementation with musl's.

glibc's hsearch and tree functions are old and rather slow.
While these APIs do not appear to be used very often, these
changes can make a big difference: in one benchmark I was sent,
this change is nearly a 10x speedup or more in some cases.