Skip to content

Commit

Permalink
Transform the LRU cache to use ETS with pointer to head/tail
Browse files Browse the repository at this point in the history
This remove the need to have a list of all values
and have to implement costly move key to front or eviction.

The implemention will leverage mainly key value & atomic counter operations.
  • Loading branch information
samuelmanzanera committed Jun 27, 2023
1 parent c214e91 commit dca66ac
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 126 deletions.
Loading

0 comments on commit dca66ac

Please sign in to comment.