crab icon indicating copy to clipboard operation
crab copied to clipboard

Prototype mru

Open LinerSu opened this issue 3 years ago • 1 comments

  1. Prototype a simple update cache if the cache is empty.
  2. Prototype basic operations:
    • fold: add three examples;
    • expand: add two examples.

LinerSu avatar Dec 15 '21 00:12 LinerSu

Details about my implementation, I made mru_region_domain class as a friend class of region_domain (also forward declare as well) because all the fields in the original implementation are private members. I think the friend class is the easier way to design so far.

LinerSu avatar Jan 14 '22 21:01 LinerSu

new implementation on PR #60.

LinerSu avatar Sep 21 '23 01:09 LinerSu