CacheLib
CacheLib copied to clipboard
Pluggable in-process caching engine to build and scale high performance services
This change is [](https://reviewable.io/reviews/intel/cachelib/31)
This is the first part of what was formerly the background data movement + tier admission PR - - - This change is [](https://reviewable.io/reviews/intel/cachelib/10)
This change is [](https://reviewable.io/reviews/intel/cachelib/2)
I was able to extract code changes related to transparent data movements. No testing was done yet. I just make sure that the code is compiled. I extracted code almost...
To avoid potential race conditions we should implement more aggressive tests for background workers - similar to replace with async operation tests that are implemented for moving data between tiers...
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...
Ref: https://github.com/pmem/CacheLib/issues/24
Ref: https://github.com/pmem/CacheLib/issues/25
Ref: https://github.com/pmem/CacheLib/issues/26
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...