flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Residency #101

Open JaeseungYeom opened 8 months ago

JaeseungYeom commented 8 months ago

This PR depends on PR #91

This PR implements set-associative cache with LRU replacement scheme as well as basic priority-based replacement scheme. This includes a test.

ilumsden commented 3 months ago

Note: this PR adds a dependency on Boost

ilumsden commented 3 months ago

Another option that we could use to support both std::filesystem and std::experimental::filesystem: https://github.com/vector-of-bool/CMakeCM/blob/master/modules/FindFilesystem.cmake