pmem / CacheLib

Pluggable in-process caching engine to build and scale high performance services
https://www.cachelib.org
Apache License 2.0
5 stars 13 forks source link

Do not try to move items to next memory tier in evictNormalItemForSlabRelease #27

Closed igchor closed 2 years ago

igchor commented 2 years ago

Moving was already tried in releaseSlabImpl (moveForSlabRelease call).


This change is Reviewable