arc icon indicating copy to clipboard operation
arc copied to clipboard

:see_no_evil: An Adaptive Replacement Cache (ARC) written in Go.

Results 1 arc issues
Sort by recently updated
recently updated
newest added

I added a few tests and refactored code to follow styles specified in [go codereview comments](https://github.com/golang/go/wiki/CodeReviewComments). In details: * Left-aligned "happy path" * Changed nested code in `else` blocks with...