MemoryCache
LRU Cache
A thread-safe memory cache implementation with LRU policies and type-safety features.
LRU, type-safe, thread-safe memory cache class in Swift
78 stars
3 watching
5 forks
Language: Swift
last commit: over 5 years agoLinked from 2 awesome lists
carthagecocoapodsexpirationioslru-cachememory-cacheswiftutility
Related projects:
| Repository | Description | Stars |
|---|---|---|
| A thread-safe, expiration-aware cache implementation with LRU-like behavior and configurable segments. | 44 | |
| A thread-safe in-memory caching service with a simple API for C# | 1,722 | |
| A small, single-purpose data cache written in Swift. | 126 | |
| A thread-safe cache implementation with disk and memory storage, supporting LRU eviction policies and concurrency. | 271 | |
| Provides Rust implementations of caching structures and simplified function memoization. | 1,605 | |
| A cache implementation using an LRU (Least Recently Used) eviction strategy and ETS tables for efficient storage and retrieval of cached data. | 36 | |
| An LRU cache implementation for OpenResty and Lua applications. | 441 | |
| A high-performance, GC-less LRU hashmap implementation in Go | 215 | |
| A fast and thread-safe interface to the Memcached object caching system. | 21 | |
| A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 | |
| A category on UITableView that caches cells to prevent instantiating lag during scrolling | 73 | |
| A framework for thread-local storage with type safety in Swift | 74 | |
| A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,072 | |
| A high-performance memory cache for .NET with expiration and thread-safety | 138 | |
| Provides type-safe memory units through a Haskell library with minimal boilerplate | 62 |