haproxy/include
Willy Tarreau cafa56ecd6 MINOR: tools: improve the popcount() operation
We'll call popcount() more often so better use a parallel method
than an iterative one. One optimal design is proposed at the site
below. It requires a fast multiplication though, but even without
it will still be faster than the iterative one, and all relevant
64 bit platforms do have a multiply unit.

     https://graphics.stanford.edu/~seander/bithacks.html
2019-02-04 05:09:15 +01:00
..
common MINOR: tools: improve the popcount() operation 2019-02-04 05:09:15 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto BUG/MINOR: server: fix logic flaw in idle connection list management 2019-01-31 19:38:25 +01:00
types OPTIM: listener: optimize cache-line packing for struct listener 2019-02-04 05:09:14 +01:00