lru-algorithm

There are 6 repositories under lru-algorithm topic.

  • 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:Go19113
  • Algorithms-Lab/LRU

    Least Recently Used Erlang Implementation

    Language:Erlang4103
  • bestowing/virtual-memory-management-simulator

    A project for Operating System class at SKKU.

    Language:C4100
  • rutaka-n/plrucache

    (p)LRU in memory cache

    Language:Go3100
  • freddiehaddad/lrucache

    Least recently used (LRU) in-memory cache.

    Language:Go100
  • pnguyen215/cachify

    cachify is a lightweight, high-performance, thread-safe Least Recently Used (LRU) cache library for Go. It is designed for in-memory caching with optional support for expiration, eviction callbacks, and dynamic capacity adjustment.

    Language:Go0150