]> git.ipfire.org Git - thirdparty/haproxy.git/commit
IMPORT: ebtree: use unsigned ints for flznz()
authorWilly Tarreau <w@1wt.eu>
Sat, 30 Dec 2023 16:22:52 +0000 (17:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 6 Jan 2024 12:35:42 +0000 (13:35 +0100)
commitb7068b3152a82f1e3f448c9a1a5964c09d8a1c39
tree2563b4419cb7b687aa1326ad858e84503136cc2e
parent2a14f99dbb243df5bb29866285b0ce922b4198a1
IMPORT: ebtree: use unsigned ints for flznz()

There's no reason to return signed values there. And it turns out that
the compiler manages to improve the performance by ~2%.

This is cbtree commit ab3fd53b8d6bbe15c196dfb4f47d552c3441d602.
This is ebtree commit 0ebb1d7411d947de55fa5913d3ab17d089ea865c.
include/import/ebtree.h