[libc-commits] [libc] [libc] Use best-fit binary trie to make malloc logarithmic (PR #106259)
Daniel Thornburgh via libc-commits
libc-commits at lists.llvm.org
Mon Nov 11 15:26:34 PST 2024
mysterymath wrote:
I wasn't sufficiently confident that this worked correctly, so I wrote a fuzzer test. Thankfully, this found quite a few issues, so I've fixed those and included the fuzzer. Hooray for property based testing!
https://github.com/llvm/llvm-project/pull/106259
More information about the libc-commits
mailing list