Skip to content

Add weight-based LRU

vbot requested to merge vbot@weighted_lru into master

This MR introduces a new collection kind based on weighted data.

This is designed to be used as a memory-bounded cache's back-end with data of arbitrary sizes.

Merge request reports