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

Topic: "lrucache"

isaacs/node-lru-cache

A fast cache that automatically deletes the least recently used items

Language: TypeScript - Size: 1.76 MB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 5,523 - Forks: 358

jaemk/cached

Rust cache structures and easy function memoization

Language: Rust - Size: 603 KB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 1,749 - Forks: 101

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: 949 KB - Last synced at: about 5 hours ago - Pushed at: 23 days ago - Stars: 249 - Forks: 28

entertoo/PhotosWall

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

Language: Java - Size: 24.8 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 34 - Forks: 10

hornhuang/android-SignInSystem

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

Language: Java - Size: 27.2 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 33 - Forks: 7

wellwelwel/lru.min

🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).

Language: TypeScript - Size: 160 KB - Last synced at: 22 days ago - Pushed at: about 2 months ago - Stars: 24 - Forks: 1

Wan7451/DaMaiProject

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

Language: Java - Size: 149 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 24 - Forks: 6

marstr/collection

Generic Golang implementation of a few basic data structures.

Language: Go - Size: 122 KB - Last synced at: about 9 hours ago - Pushed at: over 3 years ago - Stars: 23 - Forks: 2

orca-zhang/lrucache 📦

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

Language: Go - Size: 41 KB - Last synced at: 7 days ago - Pushed at: about 3 years ago - Stars: 21 - Forks: 5

bxcodec/gotcha 📦

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

Language: Go - Size: 74.2 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 20 - Forks: 4

warxander/lruc

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

Language: C++ - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 18 - Forks: 5

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 at: 7 days ago - Pushed at: over 2 years ago - Stars: 17 - Forks: 14

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: 309 KB - Last synced at: 10 months ago - Pushed at: 11 months ago - Stars: 13 - Forks: 3

liltoto/LRU

Simple and powerful LRU cache for Deno

Language: TypeScript - Size: 17.6 KB - Last synced at: 19 days ago - Pushed at: about 4 years ago - Stars: 13 - Forks: 2

alxkm/cache

Simple cache implementation on java

Language: Java - Size: 85.9 KB - Last synced at: 15 days ago - Pushed at: 10 months ago - Stars: 11 - Forks: 3

tickbh/algorithm-rs

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

Language: Rust - Size: 207 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 9 - Forks: 0

kernel0x/falcon

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

Language: Kotlin - Size: 175 KB - Last synced at: 17 days ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 1

zyyoona7/Cache

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

Language: Kotlin - Size: 157 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 0

satmaelstorm/allcache

Generic go cache

Language: Go - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 0

Ufkoku/SizeBasedEnhancedLruCache

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

Language: Java - Size: 78.1 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 3

motorro/RxLceModel

An Android library for data load with cache and loading state

Language: Kotlin - Size: 2.1 MB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 5 - 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 at: 28 days ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

mhsn001/LRUCache

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

Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

nicolascaorsi/LRUCache

A simple LRU cache implementation

Language: C# - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 1

orca-zhang/cache.js

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

Language: JavaScript - Size: 1.95 KB - Last synced at: 7 days ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

Zekfad/lru_cache

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

Language: Dart - Size: 40 KB - Last synced at: 18 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 1

ricardotondello/LRU

This is a thread safe caching strategy implementation of Least Recently Used (LRU). It defines the policy to evict elements from the cache to make room for new elements when the cache is full, meaning it discards the least recently used items first.

Language: C# - Size: 351 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

Traumatism/cacher

Lightweight LRU cache decorators

Language: Python - Size: 23.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - 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 at: over 1 year ago - Pushed at: about 2 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 at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

xfhy/PhotoWall

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

Language: Java - Size: 1.83 MB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

nuczzz/fcache

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

Language: Go - Size: 73.2 KB - Last synced at: 10 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

xiaonanln/mflru

lru cache with memory footprint limit

Language: Go - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

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: Python - Size: 7.81 KB - Last synced at: 12 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

freddiehaddad/lrucache

Least recently used (LRU) in-memory cache.

Language: Go - Size: 3.91 KB - Last synced at: about 14 hours ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Traumatism/memoires

Memoization for Rust

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

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 at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

cat-x/LStorage

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

Language: Kotlin - Size: 273 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

bmwx4/lrucache

lrucache implement with double list and hash map in golang

Language: Go - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

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 at: about 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

myrotvorets/lru-cache

TypeScript implementation of LRU Cache

Language: TypeScript - Size: 651 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

Jeon0976/iOS-CleanArchitecture-Sample

모듈화가 적용된 Clean Architecture iOS 샘플 앱입니다.

Language: Swift - Size: 474 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

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 at: 11 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

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 at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

SKAUL05/LRU

Least Recently Used Cache

Language: Python - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hansalemaos/allescacher

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

Language: Python - Size: 3.91 KB - Last synced at: 25 days ago - Pushed at: over 1 year 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 at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

IMSEONGJUN/SwiftyLRUCache

A Custom Swift Cache Object using LRU Algorithm

Language: Swift - Size: 88.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

piotr-lipiarz/go-lru

In memory Go implementation of LRU Cache

Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

opensnip/lrujs

Fast and lightweight lru cache for javascript

Language: JavaScript - Size: 85 KB - Last synced at: 6 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

0xShamil/lru-cache

A fast, lightweight LRU cache implementation in Java.

Language: Java - Size: 63.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

urain39/IJCache

A fast Cache module written in Python.

Language: Python - Size: 22.5 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

umitkara/Cache

LRU and LFU cache with Python

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

adammcclenaghan/LRUCache

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

Language: Java - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: almost 3 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 at: about 1 month ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

deepakbhalla/cache-implementations

Java based cache implementations

Language: Java - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: over 3 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 at: almost 2 years ago - Pushed at: over 3 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 at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

tiburon-777/OTUS_Project

Language: Go - Size: 5.51 MB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

shingohry/LRUCache

Least Recently Used Cache implementation in Swift

Language: Swift - Size: 8.31 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - 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 at: about 2 years ago - Pushed at: almost 5 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 at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

diegoc-am/lru_cache

Language: Java - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

yunfei08/LRUCache

LinkedHashMap implementation LRUCache

Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anindyasen82/algorithm101

Solution to different algorithm problems

Language: Java - Size: 43 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

goodshun/lds-lrucache

基于hashmap存储,双链表lrucache,lock并发

Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

juanretamales/SD-Laboratorio1-P2P

Language: Java - Size: 3.94 MB - Last synced at: about 2 years ago - Pushed at: about 8 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 at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0