Here are
44 public repositories
matching this topic...
Rust cache structures and easy function memoization
Updated
Jul 29, 2021
Rust
快速加载网络图片的图片墙,结合DiskLruCache、LruCache技术达到三级缓存目的,对DiskLruCache进行封装,使用更方便。另外采用网页爬虫对百度图片进行抓取。
⚡️ 致力于打造一款极致签到系统,技术和美是可以并存的哦!同时期待你的 star 🥳 ~
Updated
Sep 25, 2019
Java
Updated
Jun 29, 2017
Java
🦄 LRU cache for Go
@bilibili . (beats 100% submissions @ leetcode)
Modern, fast and lightweight C++11 LRU in-memory cache implementation
🦄 链式哈希 [LRU] Fast, header-only, cross-platform and STL-like linked_hash_map & linked_hash_set for C++. (beats 100% submissions @ leetcode)
Simple and powerful LRU cache for Deno
Updated
Feb 3, 2021
TypeScript
📦 Thread-safe, crypto-protected, multi-level lru caching with a life cycle
Updated
Jun 1, 2020
Kotlin
对 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
Updated
Apr 18, 2018
Java
A simple LRU cache implementation
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
LruCache和DiskLruCache的完美结合: 照片墙
Updated
Apr 28, 2019
Java
File cache with LRU algorithm, contains memory cache and disk cache.
lru cache with memory footprint limit
An Android library for data load with cache and loading state
Updated
Jul 7, 2021
Kotlin
🦄 LRU cache for javascript. (beats 100% submissions @ leetcode)
Updated
Dec 6, 2017
JavaScript
LRU Cache implementation using HashMap and Double linked list in java.
一个可以用来加载图片的库,并且提供了操作bitmap的工具类
Updated
Apr 25, 2017
Java
mvc+imageLoder+afinal+jackson+lrucache----2015 Shenyang
Updated
May 27, 2017
Java
A straightforward implementation of a least recently used (LRU) cache using JavaScript's Map 🗺️
Updated
Jan 29, 2018
JavaScript
Koc University - KU Comp 304 - Operating Systems Course Projects
lrucache implement with double list and hash map in golang
一个使用kotlin编写的Android数据缓存库(包含数据变动监听)
Updated
Jul 12, 2019
Kotlin
Least Recently Used Cache implementation in Swift
Updated
Jul 18, 2020
Swift
Android照片墙,使用了三级缓存,瀑布流式显示,多点触控缩放和移动照片,使用ViewPager实现画廊。
Improve this page
Add a description, image, and links to the
lrucache
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
lrucache
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Update the documentation (including godoc) to be more proper and understandable