On 24/01/2013 7:20 a.m., Kinkie wrote:
Hi all, the attached patch turns the unsigned int:1 flags in CachePeer to bools.-- /kinkie
Please retain the :1 bitmasking. My microbench is showing a consistent ~50ms speed gain on bitmasks over full bool, particularly when there are multiple bools in the structure. We also get some useful object size gains.
Amos
