lrucache

There are 73 repositories under lrucache topic.

  • isaacs/node-lru-cache

    A fast cache that automatically deletes the least recently used items

    Language:TypeScript5.3k52228351
  • jaemk/cached

    Rust cache structures and easy function memoization

    Language:Rust1.5k1211692
  • orca-zhang/ecache

    🦄【轻量级本地内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and support distributed consistency. Similar to bigcache, cachego, freecache, gcache, gocache, groupcache, lrucache.

    Language:Go2338728
  • entertoo/PhotosWall

    快速加载网络图片的图片墙,结合DiskLruCache、LruCache技术达到三级缓存目的,对DiskLruCache进行封装,使用更方便。另外采用网页爬虫对百度图片进行抓取。

    Language:Java353110
  • hornhuang/android-SignInSystem

    ⚡️ 致力于打造一款极致签到系统,技术和美是可以并存的哦!同时期待你的 star 🥳~

    Language:Java34207
  • Wan7451/DaMaiProject

    大麦界面,实现多种方式网络访问、数据缓存

    Language:Java25306
  • marstr/collection

    Generic Golang implementation of a few basic data structures.

    Language:Go23462
  • bxcodec/gotcha

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

    Language:Go21494
  • orca-zhang/lrucache

    🦄 LRU cache for Go @bilibili. (beats 100% submissions @ leetcode)

    Language:Go21205
  • cloudxaas/gocache

    One of The Fastest Zero Alloc LRU Cache for Golang (Go). Maximizes memory use, no garbage collection issues. Use memory size limit instead of specifying item capacity. Batch eviction feature for faster processing

    Language:Go16113
  • ez8-co/linked_hash

    🦄 链式哈希 [LRU] Fast, header-only, cross-platform and STL-like linked_hash_map & linked_hash_set for C++. (beats 100% submissions @ leetcode) LRUCache

    Language:C++164214
  • liltoto/LRU

    Simple and powerful LRU cache for Deno

    Language:TypeScript13102
  • kernel0x/falcon

    📦 Thread-safe, crypto-protected, multi-level lru caching with a life cycle

    Language:Kotlin8211
  • tickbh/algorithm-rs

    about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree/timerwheel with ttl, 关于算法常用的数据结构

    Language:Rust810
  • satmaelstorm/allcache

    Generic go cache

    Language:Go7301
  • alxkm/cache

    Simple cache implementation on java

    Language:Java6122
  • Ufkoku/SizeBasedEnhancedLruCache

    LruCache that uses object size in heap, as sizeOf value.

    Language:Java6103
  • zyyoona7/Cache

    对 LruCache 和 DiskLruCache 的封装,支持过期时间、加/解密。Wrapper for LruCache and DiskLruCache, support for expiration time, encryption/decryption

    Language:Kotlin6200
  • motorro/RxLceModel

    An Android library for data load with cache and loading state

    Language:Kotlin56300
  • PhoenixGuo/CacheImage

    一个基于LRU的图片三级缓存库

    Language:Java5101
  • berkaybarlas/Operating-Systems

    Koc University - KU Comp 304 - Operating Systems Course Projects

    Language:C41111
  • LRodniansky/LRU8

    LRU8 is an extremely fast "least recently used" (LRU) cache designed for 64-bit machines. This lightweight implementation is tailored for efficiency and speed, managing up to 8 elements in memory.

    Language:C++3100
  • mhsn001/LRUCache

    LRU Cache implementation using HashMap and Double linked list in java.

  • nicolascaorsi/LRUCache

    A simple LRU cache implementation

    Language:C#3201
  • orca-zhang/cache.js

    🦄 LRU cache for javascript. (beats 100% submissions @ leetcode)

    Language:JavaScript320
  • SUMUKHA-PK/LRU-Cache

    Implementation of the LRU Cache in C, Implementation of the LRU Cache in C++, Implementation of the LRU Cache in Go, Implementation of the LRU Cache in JAVA

    Language:C3100
  • nuczzz/fcache

    File cache with LRU algorithm, contains memory cache and disk cache.

    Language:Go2101
  • Traumatism/cacher

    Lightweight LRU cache decorators

    Language:Python210
  • truexf/goutil

    Here is a box of chocolates, here is the magic room, come in and have a look for a surprise!

    Language:Go2200
  • xfhy/PhotoWall

    LruCache和DiskLruCache的完美结合: 照片墙

    Language:Java2001
  • xiaonanln/mflru

    lru cache with memory footprint limit

    Language:Go220
  • daniel-iroka/Photo-Gallery

    PhotoGallery is an App that lets Users display some of the most intresting photos from Flickr.

    Language:Kotlin1100
  • freddiehaddad/lrucache

    Least recently used (LRU) in-memory cache.

    Language:Go100
  • IMSEONGJUN/SwiftyLRUCache

    A Custom Swift Cache Object using LRU Algorithm

    Language:Swift1
  • rabuchaim/cachettl

    An elegant LRU TTL Cache decorator that also works with asyncio. It has the cache_info(), cache_clear() methods and access to the remainingttl property.

    Language:Python1100
  • Zekfad/lru_cache

    LRU (Least recently used) cache with additional weak map layer.

    Language:Dart110