lru-cache topic

List lru-cache repositories

caches-rs

99
Stars
14
Forks
Watchers

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

elara

118
Stars
7
Forks
Watchers

Elara DB is an easy to use, lightweight persistent key-value store that can also be used as a fast in-memory cache. Manipulate data structures in-memory, encrypt database files and export data. :dart:

bcache

150
Stars
18
Forks
Watchers

Eventually consistent distributed in-memory cache Go library

go-hashlru

72
Stars
2
Forks
Watchers

A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise:

methodtools

72
Stars
10
Forks
Watchers

Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.

runtime-memcache

20
Stars
1
Forks
Watchers

runtime-memcache is a javascript key-value store for chunks of arbitrary data (strings, objects, numbers) from results of database calls, API calls, or etc. It supports many commonly used caching poli...

safecache

21
Stars
8
Forks
Watchers

A thread-safe and mutation-safe LRU cache for Python.

generational-lru

40
Stars
1
Forks
Watchers

A generational arena based LRU Cache implementation in 100% safe rust.

async-cache

91
Stars
20
Forks
Watchers

A caching solution for asyncio

Belady-Cache-Replacement

41
Stars
5
Forks
Watchers

Using Belady's algorithm for improved cache replacement