/haiku/src/system/libroot/posix/musl/search/ |
H A D | insque.c | abe937985ddadcf52b2dc7cb8bc6466cff85c86a Wed Sep 15 14:40:26 UTC 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.
|
H A D | tsearch.c | abe937985ddadcf52b2dc7cb8bc6466cff85c86a Wed Sep 15 14:40:26 UTC 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.
|
H A D | tsearch.h | abe937985ddadcf52b2dc7cb8bc6466cff85c86a Wed Sep 15 14:40:26 UTC 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.
|
H A D | hsearch.c | abe937985ddadcf52b2dc7cb8bc6466cff85c86a Wed Sep 15 14:40:26 UTC 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.
|
H A D | tfind.c | abe937985ddadcf52b2dc7cb8bc6466cff85c86a Wed Sep 15 14:40:26 UTC 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.
|
H A D | twalk.c | abe937985ddadcf52b2dc7cb8bc6466cff85c86a Wed Sep 15 14:40:26 UTC 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.
|
H A D | tdelete.c | abe937985ddadcf52b2dc7cb8bc6466cff85c86a Wed Sep 15 14:40:26 UTC 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.
|
H A D | lsearch.c | abe937985ddadcf52b2dc7cb8bc6466cff85c86a Wed Sep 15 14:40:26 UTC 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.
|
H A D | Jamfile | abe937985ddadcf52b2dc7cb8bc6466cff85c86a Wed Sep 15 14:40:26 UTC 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.
|
/haiku/src/system/libroot/posix/musl/ |
H A D | Jamfile | abe937985ddadcf52b2dc7cb8bc6466cff85c86a Wed Sep 15 14:40:26 UTC 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.
|
/haiku/src/system/libroot/posix/glibc/misc/ |
H A D | Jamfile | abe937985ddadcf52b2dc7cb8bc6466cff85c86a Wed Sep 15 14:40:26 UTC 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.
|