haproxy/include
Willy Tarreau c829ee48c7 MINOR: hash: add new function hash_crc32
This function will be used to perform CRC32 computations. This one wa
loosely inspired from crc32b found here, and focuses on size and speed
at the same time :

    http://www.hackersdelight.org/hdcodetxt/crc.c.txt

Much faster table-based versions exist but are pointless for our usage
here, this hash already sustains gigabit speed which is far faster than
what we'd ever need. Better preserve the CPU's cache instead.
2015-01-20 19:48:05 +01:00
..
common MINOR: hash: add new function hash_crc32 2015-01-20 19:48:05 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MINOR: channel: rename bi_erase() to channel_truncate() 2015-01-14 20:32:59 +01:00
types MINOR: global: report information about the cost of SSL connections 2015-01-15 21:34:39 +01:00