i'll be honored to have your feedback on this lru i created for your comparison, remarks and comments.
hope to have your comments / input
https://github.com/cloudxaas/gocache/tree/main/lru/bytes
you can try on the hit / misses etc which i have no idea how you would do the benchmark comparison. thx in advance.
i created it coz most lru need to predefined a capacity but i would prefer to be limited by memory size set.
i've been following your lru for some time and your analysis is the most comprehensive.