lfu-cache

There are 84 repositories under lfu-cache topic.

  • EchoVault/SugarDB

    Embeddable and distributed in-memory alternative to Redis.

    Language:Go50378444
  • vpetrigo/caches

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

    Language:C++371161878
  • mantoufan/yzhanProxy

    Web reverse proxy with automatic SSL, LFU caching, command-line configuration 支持自动配置 SSL 证书、LFU 缓存、用命令行配置的 Web 反向代理服务器

    Language:Go2792050
  • lonelyenvoy/python-memoization

    A powerful caching library for Python, with TTL support and multiple algorithm options.

    Language:Python24132415
  • al8n/caches-rs

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

    Language:Rust11251116
  • Narasimha1997/clfu

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

    Language:Go38304
  • aholstenson/transitory

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

    Language:TypeScript375116
  • FishGoddess/cachego

    一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache

    Language:Go33244
  • breid48/cacheing

    Pure Python Caching Library providing Redis-inspired eviction APIs and Per-Item TTL's.

    Language:Python26310
  • bxcodec/gotcha

    gotcha: inmemory-cache in Go (Golang) with customizable algorithm

    Language:Go21394
  • apollo008/orchid-fst

    This project Orchid-Fst implements a fast text string dictionary search data structure: Finite state transducer (short for FST) in c++ language.This FST C++ open source project has much significant advantages.

    Language:C++15123
  • cached

    SarthakMakhija/cached

    LFU-based in-memory cache in Rust

    Language:Rust15501
  • selmeci/cascara

    An implementation of TinyLFU cache

    Language:Rust15200
  • HengXin666/HXLibs

    现代C++20协程编写的基于io_uring/iocp百万并发HTTP服务器; 可异步读写, 支持分块编码传输文件, 支持断点续传; http/websocket、客户端socks5代理、JSON解析、聚合类无宏反射/宏反射支持别名

    Language:C++131140
  • Jeevananthan-23/ziglang-caches

    In-memory cache implementation with commonly used LRU, W-LFU and S3-FIFO as the eviction policy

    Language:Zig13230
  • benhurdavies/node-cache-engine

    High performing caching package for node/javascript

    Language:TypeScript12691
  • alxkm/cache

    Simple cache implementation on java

    Language:Java11123
  • NdoleStudio/lfu-cache

    Strongly typed least frequently used (LFU) cache in Go with constant time complexity O(1) on all operations

    Language:Go9111
  • m7shapan/lfu-redis

    LFU Redis implements LFU Cache algorithm using Redis as data storage

    Language:Go8200
  • golang-plus/caching

    Package caching providers a scalable cache component.

    Language:Go7400
  • asyncth/wtinylfu

    An implementation of W-TinyLFU cache in Rust

    Language:Rust5122
  • xilapa/go-tiny-projects

    Tiny (but functional) golang projects/libraries.

    Language:Go5101
  • bacali95/sweet-collections

    Typescript implementations of in-memory cache data-structures for Node and Browser.

    Language:TypeScript4001
  • happy-san/dart-cacher

    Implementations of common cache replacement algorithms in Dart.

    Language:Dart4120
  • MaksKazantsev/Cachery

    Simple realizations of LRU and LFU cache 💾

  • NKH123/LFU-Cache

    Implementation of LFU Cache with O(1) operations

    Language:C++4000
  • sewenew/cache

    In-memory cache

  • arl/fastlfu

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

    Language:Go3201
  • storm-ptr/step20

    Step20 is a C++20, header-only library of STL-like algorithms and data structures

    Language:C++3100
  • ankurbhambri/DS-Algo

    Data Structure and Algorithm

    Language:Python2100
  • grimerssy/todo-service

    REST-api to manage todo tasks

    Language:Go2100
  • joion/My-cache-algorithm

    一个根据缓存算法自己制作的缓存库。包含详细的LRU,LFU算法的C++实现。

    Language:C++2100
  • MJ10/DSA-Project

    This repository contains code for the Project 'HTTP Network Proxy with O(1) LFU caching'

    Language:Python2203
  • shashankvhegde/cache-simulation

    A console application to simulate cache and cache replacement policies : LRU, LFU and MRU

    Language:C2200
  • SlamChillz/alx-backend

    This repository documents core backend projects focusing on specific topics titled by folder names. These projects are tackled using python and javascript programming language.

    Language:Python21011
  • WebClub-NITK/LFU

    Least Frequently Used Cache implementation in O(1) implementation. First paper under the Papers We Love initiative undertaken by Web Enthusiasts Club NITK. Paper chosen and undertaken by @chinmaydd