low-gc-membuffers
In-memory buffer library
A library for creating efficient in-memory data buffers with minimal garbage collection overhead
Library for creating In-memory circular buffers that use direct ByteBuffers to minimize GC overhead
136 stars
8 watching
18 forks
Language: Java
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
canscale/stablebuffer | A Motoko library implementing stable, persistent buffers with a standardized API | 12 |
gwhalin/memcached-java-client | A Java library providing an interface to the Memcached cache server | 662 |
bullno1/ugc | A single-header incremental garbage collector library for managing heap memory in C programs. | 269 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,071 |
emoon/minifb | A cross-platform library to create a frame buffer for rendering pixels in a window. | 987 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
fogfish/cache | A library implementing an in-memory cache with segmented storage and time-to-live policies | 137 |
orangeduck/tgc | A tiny garbage collector for C that automatically frees unreachable memory allocations | 969 |
primlabs/bucket | A library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability. | 31 |
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 669 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
geysermc/mcprotocollib | Enables communication between Minecraft clients and servers using a standardized protocol | 731 |
quasi/cl-memcached | A fast and thread-safe interface to the Memcached object caching system. | 21 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
marcazar/bipbuffer | A Nim implementation of a buffer that allows contiguous memory blocks to be read without wrapping around the end. | 6 |