Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transform the LRU cache to use ETS with pointer to head/tail
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