Willy Tarreau aa39860aef MINOR: tools: don't use unlikely() in hex2i()
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%.
2017-11-10 11:19:54 +01:00
..
2017-06-02 11:06:36 +02:00
2015-10-12 20:58:51 +02:00
2017-04-03 09:27:49 +02:00