GitHub / DionTech / services-lfu-cache
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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DionTech%2Fservices-lfu-cache
PURL: pkg:github/DionTech/services-lfu-cache
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Go
Size: 15.6 KB
Dependencies parsed at: Pending
Created at: over 3 years ago
Updated at: over 3 years ago
Pushed at: over 3 years ago
Last synced at: over 2 years ago
Topics: cache, go, golang, lfu-cache