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: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Motoko library implementing stable, persistent buffers with a standardized API | 12 |
| A Java library providing an interface to the Memcached cache server | 662 |
| A single-header incremental garbage collector library for managing heap memory in C programs. | 271 |
| A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,072 |
| A cross-platform library to create a frame buffer for rendering pixels in a window. | 991 |
| Provides in-memory caching with clustering support | 45 |
| A library implementing an in-memory cache with segmented storage and time-to-live policies | 137 |
| A tiny garbage collector for C that automatically frees unreachable memory allocations | 972 |
| A library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability. | 31 |
| Provides an easy-to-use caching mechanism for data structures in .NET applications. | 680 |
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| Enables communication between Minecraft clients and servers using a standardized protocol | 734 |
| A fast and thread-safe interface to the Memcached object caching system. | 21 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| A Nim implementation of a buffer that allows contiguous memory blocks to be read without wrapping around the end. | 6 |