Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: lrucache

isaacs/node-lru-cache

A fast cache that automatically deletes the least recently used items

Language: TypeScript - Size: 1.61 MB - Last synced: about 5 hours ago - Pushed: 23 days ago - Stars: 5,147 - Forks: 340

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: Go - Size: 276 KB - Last synced: 5 days ago - Pushed: 7 days ago - Stars: 13 - Forks: 3

mrlonewolfer/MVVM-Hilt

This project is an Android application developed for an interview task. It fetches media coverages from a remote service and displays them in a paginated list. The app utilizes modern Android development practices and libraries such as Retrofit for network operations, Dagger Hilt for dependency injection, and Paging 3 for pagination.-By NimeshPatel

Language: Kotlin - Size: 123 MB - Last synced: 5 days ago - Pushed: 6 days ago - Stars: 0 - Forks: 0

jaemk/cached

Rust cache structures and easy function memoization

Language: Rust - Size: 565 KB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 1,393 - Forks: 82

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++ - Size: 48.8 KB - Last synced: 23 days ago - Pushed: 23 days ago - Stars: 0 - Forks: 0

myrotvorets/lru-cache

TypeScript implementation of LRU Cache

Language: TypeScript - Size: 179 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

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: Go - Size: 938 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 217 - Forks: 24

cgatno/least-recently-used

A straightforward implementation of a least recently used (LRU) cache using JavaScript's Map 🗺️

Language: JavaScript - Size: 30.3 KB - Last synced: 2 months ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

bxcodec/gotcha 📦

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

Language: Go - Size: 74.2 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 20 - Forks: 4

freddiehaddad/lrucache

Least recently used (LRU) in-memory cache.

Language: Go - Size: 3.91 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

marstr/collection

Generic Golang implementation of a few basic data structures.

Language: Go - Size: 122 KB - Last synced: 2 months ago - Pushed: over 2 years ago - Stars: 23 - Forks: 2

liltoto/LRU

Simple and powerful LRU cache for Deno

Language: TypeScript - Size: 17.6 KB - Last synced: 3 months ago - Pushed: over 3 years ago - Stars: 13 - Forks: 2

adammcclenaghan/LRUCache

LRUCache implemented in Java with O(1) set/get access.

Language: Java - Size: 4.88 KB - Last synced: 5 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

diegoc-am/lru_cache

Language: Java - Size: 8.79 KB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

hornhuang/android-SignInSystem

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

Language: Java - Size: 27.2 MB - Last synced: 7 months ago - Pushed: over 4 years ago - Stars: 33 - Forks: 7

Ufkoku/SizeBasedEnhancedLruCache

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

Language: Java - Size: 78.1 KB - Last synced: 7 months ago - Pushed: about 7 years ago - Stars: 6 - Forks: 3

zyyoona7/Cache

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

Language: Kotlin - Size: 157 KB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 7 - Forks: 0

hansalemaos/allescacher

Like @functools.cache / @functools.lru_cache but with non-hashable objects

Language: Python - Size: 3.91 KB - Last synced: 30 days ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

shingohry/LRUCache

Least Recently Used Cache implementation in Swift

Language: Swift - Size: 8.31 MB - Last synced: 8 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

ArcherPergande/Dynamically-allocated-LRU-cache

Template implementation of a dynamically memory allocated linked list cache using the least recently used (LRU) algorithm.

Language: C - Size: 19.5 KB - Last synced: 4 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

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++ - Size: 197 KB - Last synced: 29 days ago - Pushed: almost 2 years ago - Stars: 15 - Forks: 14

xiaonanln/mflru

lru cache with memory footprint limit

Language: Go - Size: 7.81 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

berkaybarlas/Operating-Systems

Koc University - KU Comp 304 - Operating Systems Course Projects

Language: C - Size: 12.5 MB - Last synced: 10 months ago - Pushed: almost 5 years ago - Stars: 2 - Forks: 1

tiburon-777/OTUS_Project

Language: Go - Size: 5.51 MB - Last synced: 11 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

IMSEONGJUN/SwiftyLRUCache

A Custom Swift Cache Object using LRU Algorithm

Language: Swift - Size: 88.9 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

mhsn001/LRUCache

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

Size: 4.88 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 3 - Forks: 0

piotr-lipiarz/go-lru

In memory Go implementation of LRU Cache

Size: 9.77 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

motorro/RxLceModel

An Android library for data load with cache and loading state

Language: Kotlin - Size: 2.09 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 5 - Forks: 0

opensnip/lrujs

Fast and lightweight lru cache for javascript

Language: JavaScript - Size: 85 KB - Last synced: 14 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 1

daniel-iroka/Photo-Gallery

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

Language: Kotlin - Size: 1.61 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

0xShamil/lru-cache

A fast, lightweight LRU cache implementation in Java.

Language: Java - Size: 63.5 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

orca-zhang/lrucache 📦

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

Language: Go - Size: 41 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 21 - Forks: 5

satmaelstorm/allcache

Generic go cache

Language: Go - Size: 18.6 KB - Last synced: 9 months ago - Pushed: 12 months ago - Stars: 6 - Forks: 0

Traumatism/memoires

Memoization for Rust

Language: Rust - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

urain39/IJCache

A fast Cache module written in Python.

Language: Python - Size: 22.5 KB - Last synced: 30 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

truexf/goutil

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

Language: Go - Size: 87.9 KB - Last synced: 10 months ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

SKAUL05/LRU

Least Recently Used Cache

Language: Python - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

Traumatism/cacher

Lightweight LRU cache decorators

Language: Python - Size: 22.5 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

umitkara/Cache

LRU and LFU cache with Python

Language: Python - Size: 4.88 KB - Last synced: 12 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

warxander/lruc

Modern, fast and lightweight C++11 LRU in-memory cache implementation

Language: C++ - Size: 25.4 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 18 - Forks: 5

deepakbhalla/cache-implementations

Java based cache implementations

Language: Java - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

poshjosh/bcdiskcache

A disk LRU cache api based on https://github.com/JakeWharton/DiskLruCache

Language: Java - Size: 21.5 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

volf52/lru_cache_rs_tutorial

https://dev.to/seanchen1991/implementing-an-lru-cache-in-rust-33pp

Language: Rust - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

gannasong/SimpleCacheLRU

SimpleCacheLRU is a pure Swift Least Recently Used "LRU" Cache. Older items that have not been recently used are discarded from the cache. The time, space complexity is O(1) and thanks to generics any values can be stored.

Language: Swift - Size: 85.9 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

shikharkrdixit/LRUCacheImplementation

LRU Stands for Least Recently Used and LRU Cache help identify the least recently used items in a System.

Language: C++ - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 1

entertoo/PhotosWall

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

Language: Java - Size: 24.8 MB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 34 - Forks: 10

Wan7451/DaMaiProject

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

Language: Java - Size: 149 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 24 - Forks: 6

xfhy/PhotoWall

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

Language: Java - Size: 1.83 MB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 2 - Forks: 1

orca-zhang/cache.js

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

Language: JavaScript - Size: 1.95 KB - Last synced: about 1 month ago - Pushed: over 6 years ago - Stars: 2 - Forks: 0

CreepyGnome/LruCache

A C# reference implementation of a Least Recently Used (LRU) cache for educational purposes.

Language: C# - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

nuczzz/fcache

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

Language: Go - Size: 73.2 KB - Last synced: 4 months ago - Pushed: about 5 years ago - Stars: 2 - Forks: 1

cat-x/LStorage

一个使用kotlin编写的Android数据缓存库(包含数据变动监听)

Language: Kotlin - Size: 273 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 1 - Forks: 0

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: C - Size: 1.44 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 3 - Forks: 0

bmwx4/lrucache

lrucache implement with double list and hash map in golang

Language: Go - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 1 - Forks: 0

nicolascaorsi/LRUCache

A simple LRU cache implementation

Language: C# - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 3 - Forks: 1

yunfei08/LRUCache

LinkedHashMap implementation LRUCache

Size: 1.95 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

anindyasen82/algorithm101

Solution to different algorithm problems

Language: Java - Size: 43 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

juanretamales/SD-Laboratorio-Peersim-Template

Plantilla para trabajar con el simulador Peersim en la asignatura Sistemas Distribuidos

Language: Java - Size: 1.25 MB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

juanretamales/SD-Laboratorio1-P2P

Language: Java - Size: 3.94 MB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0