Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-31 | arcache.go: Fix typos in comments | Luke T. Shumaker | |
2023-04-09 | containers: ARCache: Don't count "nested" uses as "frequent" uses | Luke Shumaker | |
This is a modification to how "pinning" is implemented, that should hopefully result in better performance of the ARC policy. | |||
2023-03-29 | containers: Fix some issues with ARCache | Luke Shumaker | |
2023-03-29 | containers: Fix comments | Luke Shumaker | |
2023-03-28 | containers: Rethink the caching libraries | Luke Shumaker | |
2023-02-12 | tree-wide: Migrate to the new ARCache | Luke Shumaker | |
2023-02-12 | containers: Add my own ARC implementation | Luke Shumaker | |
I really want an OnEvict callback. |