summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2017-04-14 18:05:38 (GMT)
committerQi Wang <interwq@gmail.com>2017-04-17 19:05:23 (GMT)
commit3c9c41edb28b02c5ec45cfea0f076276e985cf9e (patch)
tree6762f25ae7c41ff62dc6deea13b550f76d53adb0 /bin
parentd16f1e53df3836f95deeca73419bb8c541aa579f (diff)
downloadjemalloc-3c9c41edb28b02c5ec45cfea0f076276e985cf9e.zip
jemalloc-3c9c41edb28b02c5ec45cfea0f076276e985cf9e.tar.gz
jemalloc-3c9c41edb28b02c5ec45cfea0f076276e985cf9e.tar.bz2
Improve rtree cache with a two-level cache design.
Two levels of rcache is implemented: a direct mapped cache as L1, combined with a LRU cache as L2. The L1 cache offers low cost on cache hit, but could suffer collision under circumstances. This is complemented by the L2 LRU cache, which is slower on cache access (overhead from linear search + reordering), but solves collison of L1 rather well.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions