server-skynet-source-3rd-je.../test
Jason Evans 6f29a83924 Add rtree lookup path caching.
rtree-based extent lookups remain more expensive than chunk-based run
lookups, but with this optimization the fast path slowdown is ~3 CPU
cycles per metadata lookup (on Intel Core i7-4980HQ), versus ~11 cycles
prior.  The path caching speedup tends to degrade gracefully unless
allocated memory is spread far apart (as is the case when using a
mixture of sbrk() and mmap()).
2016-06-05 20:59:57 -07:00
..
include/test Fix tsd bootstrapping for a0malloc(). 2016-05-07 16:55:36 -07:00
integration Reduce NSZS, since NSIZES (was nsizes) can not be so large. 2016-06-05 20:42:24 -07:00
src Fix tsd bootstrapping for a0malloc(). 2016-05-07 16:55:36 -07:00
stress Code formatting fixes. 2016-03-23 16:15:42 -07:00
unit Add rtree lookup path caching. 2016-06-05 20:59:57 -07:00
test.sh.in Streamline test output. 2013-12-12 14:58:26 -08:00