server-skynet-source-3rd-je.../include
David Goldblatt 92a1e38f52 edata_cache: Allow unbounded fast caching.
The edata_cache_small had a fill/flush heuristic.  In retrospect, this was a
premature optimization; more testing indicates that an unbounded cache is
effectively fine here, and moreover we spend a nontrivial amount of time doing
unnecessary filling/flushing.

As the HPA takes on a larger and larger fraction of all allocations, any
theoretical differences in allocation patterns should shrink.  The HPA is more
efficient with its metadata in general, so it still comes out ahead on metadata
usage anyways.
2021-07-26 15:14:37 -07:00
..
jemalloc edata_cache: Allow unbounded fast caching. 2021-07-26 15:14:37 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00