Michael Gunkoff

Results 2 issues of Michael Gunkoff

it seems nothing prevents to use type `byte` for `EvictionReason`, so we can save some memory here

Hi there! Decided to leetcode `Comma()`. The result is in this PR. Managed to get rid of 4 allocations, removed 2 dependencies and reduced the execution time. ``` goos: darwin...