server-skynet-source-3rd-je.../include
Qi Wang 37b8913925 Add support for sharded bins within an arena.
This makes it possible to have multiple set of bins in an arena, which improves
arena scalability because the bins (especially the small ones) are always the
limiting factor in production workload.

A bin shard is picked on allocation; each extent tracks the bin shard id for
deallocation.  The shard size will be determined using runtime options.
2018-12-03 17:17:03 -08:00
..
jemalloc Add support for sharded bins within an arena. 2018-12-03 17:17:03 -08:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00