sled icon indicating copy to clipboard operation
sled copied to clipboard

fold the Lru linked list into the PageTable

Open spacejam opened this issue 4 years ago • 0 comments

A key piece of complexity in Caffeine is the need to have a concurrent hashmap for maintaining the logical linked lists. sled currently uses an allocation-heavy doubly-linked-list. sled already has a wait-free 2-level pagetable that we can use instead.

spacejam avatar Feb 26 '20 10:02 spacejam