Skip to content
#

lfu-cache

Here are 23 public repositories matching this topic...

This is a project to learn some elements of go. It is a thread-safe cache algorithm, based on the LFU principle. Also you can define the max heap size the runtime of this cache service may use. The aim is to not include any other package dependencies away from the standard go library to can really learn all the basics.

  • Updated Nov 4, 2021
  • Go

Improve this page

Add a description, image, and links to the lfu-cache topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lfu-cache topic, visit your repo's landing page and select "manage topics."

Learn more