cache.zig
LRU cache
A thread-safe, expiration-aware cache implementation with LRU-like behavior and configurable segments.
A thread-safe, expiration-aware, LRU cache for Zig
44 stars
3 watching
1 forks
Language: Zig
last commit: 23 days ago
Linked from 1 awesome list
cachecaching-librarylru-cachezigzig-libraryzig-package
Related projects:
Repository | Description | Stars |
---|---|---|
yysskk/memorycache | A thread-safe memory cache implementation with LRU policies and type-safety features. | 78 |
arago/lru_cache | A cache implementation using an LRU (Least Recently Used) eviction strategy and ETS tables for efficient storage and retrieval of cached data. | 36 |
karlseguin/websocket.zig | A Zig library implementing a WebSocket server | 314 |
karlseguin/http.zig | An HTTP server written in Zig. | 625 |
karlseguin/log.zig | A structured logging library for Zig that provides a flexible and efficient way to log messages. | 101 |
karlseguin/smtp_client.zig | A Zig library implementing an SMTP client with support for various authentication mechanisms and encryption options. | 19 |
elastic/go-freelru | A high-performance, GC-less LRU hashmap implementation in Go | 215 |
kezhenxu94/cache-lite | An extremely lightweight cache framework demonstrating basic caching concepts and operations in Kotlin. | 134 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,072 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
ziggycreatures/fusioncache | A hybrid cache with advanced resiliency features and optional real-time sync capabilities | 1,976 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
akyoto/cache | A cache library for Go with an expiration time. | 186 |
alastairtree/lazycache | A thread-safe in-memory caching service with a simple API for C# | 1,722 |
kivikakk/libpcre.zig | A collection of Zig bindings to the popular regular-expression library libpcre | 27 |