mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-30 18:51:05 +02:00
This small inline function causes some pain to the compiler when used inside other functions due to its use of the unlikely() hint for non-digits. It causes the letters to be processed far away in the calling function and makes the code less efficient. Removing these unlikely() hints has increased the chunk size parsing by around 5%.