server-skynet-source-3rd-je.../include
Jason Evans 0ee0e0c155 Implement compact rtree leaf element representation.
If a single virtual adddress pointer has enough unused bits to pack
{szind_t, extent_t *, bool, bool}, use a single pointer-sized field in
each rtree leaf element, rather than using three separate fields.  This
has little impact on access speed (fewer loads/stores, but more bit
twiddling), except that denser representation increases TLB
effectiveness.
2017-03-22 18:33:32 -07:00
..
jemalloc Implement compact rtree leaf element representation. 2017-03-22 18:33:32 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00