lrucache
Here are 73 public repositories matching this topic...
Rust cache structures and easy function memoization
-
Updated
Nov 6, 2024 - Rust
🦄【轻量级本地内存缓存】🤏代码少于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.
-
Updated
Jun 25, 2024 - Go
快速加载网络图片的图片墙,结合DiskLruCache、LruCache技术达到三级缓存目的,对DiskLruCache进行封装,使用更方便。另外采用网页爬虫对百度图片进行抓取。
-
Updated
May 4, 2017 - Java
⚡️ 致力于打造一款极致签到系统,技术和美是可以并存的哦!同时期待你的 star 🥳~
-
Updated
Sep 25, 2019 - Java
Generic Golang implementation of a few basic data structures.
-
Updated
Dec 22, 2021 - Go
🦄 LRU cache for Go @bilibili. (beats 100% submissions @ leetcode)
-
Updated
Jan 30, 2022 - Go
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
-
Updated
Jun 9, 2024 - Go
🦄 链式哈希 [LRU] Fast, header-only, cross-platform and STL-like linked_hash_map & linked_hash_set for C++. (beats 100% submissions @ leetcode) LRUCache
-
Updated
Aug 10, 2022 - C++
📦 Thread-safe, crypto-protected, multi-level lru caching with a life cycle
-
Updated
Apr 24, 2023 - Kotlin
about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree/timerwheel with ttl, 关于算法常用的数据结构
-
Updated
Oct 11, 2024 - Rust
Simple cache implementation on java
-
Updated
Jun 17, 2024 - Java
对 LruCache 和 DiskLruCache 的封装,支持过期时间、加/解密。Wrapper for LruCache and DiskLruCache, support for expiration time, encryption/decryption
-
Updated
Nov 13, 2018 - Kotlin
LruCache that uses object size in heap, as sizeOf value.
-
Updated
Mar 24, 2017 - Java
Improve this page
Add a description, image, and links to the lrucache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lrucache topic, visit your repo's landing page and select "manage topics."