server-skynet-source-3rd-je.../include
Dave Watson b8823ab026 Use linear scan for small bitmaps
For small bitmaps, a linear scan of the bitmap is slightly faster than
a tree search - bitmap_t is more compact, and there are fewer writes
since we don't have to propogate state transitions up the tree.
On x86_64 with the current settings, I'm seeing ~.5%-1% CPU improvement
in production canaries with this change.

The old tree code is left since 32bit sizes are much larger (and ffsl
smaller), and maybe the run sizes will change in the future.

This resolves #339.
2016-02-26 14:21:10 -08:00
..
jemalloc Use linear scan for small bitmaps 2016-02-26 14:21:10 -08:00
msvc_compat Fix Windows build issues 2016-02-23 18:55:45 -08:00