Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with lfu

A curated list of projects in awesome lists tagged with lfu .

https://github.com/bluele/gcache

An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC

arc cache go golang in-memory lfu lru

Last synced: 17 Dec 2024

https://github.com/bitfaster/BitFaster.Caching

High performance, thread-safe in-memory caching primitives for .NET

cache dotnet lfu lru threadsafe

Last synced: 24 Oct 2024

https://github.com/code-hex/go-generics-cache

A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.

cache clock fifo generics go golang lfu lru mru simple

Last synced: 18 Dec 2024

https://github.com/Code-Hex/go-generics-cache

A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.

cache clock fifo generics go golang lfu lru mru simple

Last synced: 14 Nov 2024

https://github.com/dgilland/cacheout

A caching library for Python

caching fifo lfu lifo lru memoization mru python python3 rr

Last synced: 21 Dec 2024

https://github.com/vpetrigo/caches

C++ cache with LRU/LFU/FIFO policies implementation

c-plus-plus cache cpp cpp11 fifo fifo-cache header-only lfu lfu-cache lru lru-cache

Last synced: 29 Oct 2024

https://github.com/al8n/caches-rs

This is a Rust implementation for popular caches (support no_std).

2q-cache arc-cache cache lfu lfu-cache lru lru-cache rust rust-lang rust-lru tinylfu

Last synced: 15 Dec 2024

https://github.com/samber/hot

đŸŒļī¸ In-memory caching library for Go

2q arc cache chain concurrency expiration generics go golang in-memory jitter lfu loader lru performance sharding ttl

Last synced: 17 Nov 2024

https://github.com/teivah/go-lfu

A Go library for handling LFU cache operations in O(1)

cache go golang lfu

Last synced: 29 Oct 2024

https://github.com/narasimha1997/clfu

Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.

algorithm cache concurrency data-structures go golang lfu lfu-cache

Last synced: 07 Nov 2024

https://github.com/aholstenson/transitory

In-memory cache with high hit rates via LFU eviction for Node and browsers. Supports time-based expiration, automatic loading and metrics.

cache caching lfu lfu-cache

Last synced: 07 Nov 2024

https://github.com/selmeci/cascara

An implementation of TinyLFU cache

cache lfu lfu-cache rust tinylfu

Last synced: 11 Nov 2024

https://github.com/falsandtru/dw-cache

The highest performance constant complexity cache algorithm.

arc cache lfu lru

Last synced: 09 Nov 2024

https://github.com/meckodo/lfu-o1

implement LFU O(1) time

cache cachemanager lfu

Last synced: 11 Oct 2024

https://github.com/arl/fastlfu

LFU cache with O(1) runtime complexity for all operations: insertion, access and deletion (eviction). In Go.

cache go golang lfu lfu-cache

Last synced: 30 Nov 2024

https://github.com/erwanor/gcache2

Goroutine-safe cache library. Support LFU/LRU/ARC policies - partial support for more exotic cache eviction algos is WIP (RR/TinyLFU), expirable entries and snapshots.

arc cache expiration-control golang in-memory-caching lfu lru self-tuning storage tinylfu

Last synced: 06 Nov 2024

https://github.com/andronovo-bit/hybridcachelibrary

HybridCacheLibrary - A high-performance, thread-safe caching library in C#, combining the strengths of both LRU and LFU cache eviction strategies. Perfect for managing dynamically sized caches with customizable frequency settings.

cache caching csharp data-structures dotnet hybrid-cache lfu lru memory-management performance software-library thread-safe

Last synced: 14 Nov 2024

https://github.com/tomokimiyauci/cache-mapset

Maps and Sets with cache replacement policies, TC39 proposal-policy-map-set implementation

cache fifo lfu lru map map-like proposal-policy-map-set set set-like tc39

Last synced: 21 Nov 2024

https://github.com/powerpuffpenguin/gcache

golang cache interface and some algorithm implementation

2q-cache cache fifo fifo-cache golang lfu lfu-cache lru lru-cache lru-k lru-k-cache lruk lruk-cache

Last synced: 08 Nov 2024

https://github.com/basedwon/cache

A simple and extensible caching library built on top of a plain database.

cache lfu lru

Last synced: 06 Nov 2024

https://github.com/tickbh/algorithm-rs

about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree, å…ŗäēŽįŽ—æŗ•å¸¸į”¨įš„数捎įģ“æž„

lfu lru lru-cache lru-k lrucache rbtree slab slab-allocator

Last synced: 27 Nov 2024