nanosai / mem-ops-javaLinks
Mem Ops for Java is a memory manager / allocator for use in systems requiring steady state memory consumption (as little garbage collection as possible). The main use case is high performance, high reliability, low latency distributed systems, but Mem Ops can be used for any use case that requires stable memory consumption.
☆43Updated 5 years ago
Alternatives and similar repositories for mem-ops-java
Users that are interested in mem-ops-java are comparing it to the libraries listed below
Sorting:
- A reactive driver for Aeron transport (https://github.com/real-logic/aeron)☆48Updated 7 months ago
- Classloader isolation library.☆57Updated 2 years ago
- A library that provides a set of map and cache implementations that store data outside of the normal Java heap☆98Updated 8 months ago
- High performance native memory access for Java.☆126Updated 4 months ago
- High performance persistent LSM key-value store library for the JVM.☆166Updated 3 years ago
- A hashmap implementation for Java that stores map entries off-heap☆72Updated 5 years ago
- Continuation & Fiber examples using the OpenJDK project Loom prototype☆117Updated last year
- Wraper around attach API and other JVM diagnostic interfaces☆33Updated 4 years ago
- High-performance, zero-garbage, Java client/driver for InfluxDB.☆66Updated 2 years ago
- Actor4j’s core implementation separates SDK and runtime, enabling flexible execution models.☆76Updated last month
- Classes for multithreading that expand on java.util.concurrent, adding convenience, efficiency and new tools to multithreaded Java progra…☆48Updated 5 years ago
- A fast key-value store written in Java that outperforms levelDB, kyoto cabinet and rocksDB☆55Updated 2 years ago
- A lightweight partitioned object pool, you can use it to pool expensive objects like jdbc connections, thrift clients etc.☆143Updated 3 weeks ago
- Alternative Java platform, built from the ground up - with its own async I/O core and DI. Ultra high-performance, simple and minimalistic…☆101Updated 2 years ago
- B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys☆49Updated 3 weeks ago
- ☆188Updated this week
- Useful Java utilities☆151Updated last year
- Memory efficient java.util.Map implementation modelled after http://code.google.com/apis/v8/design.html☆62Updated last year
- New proposed API for buffers in Netty☆27Updated 2 years ago
- Vert.x virtual threads incubator☆122Updated 2 years ago
- Single-threaded off-heap object store☆48Updated 2 years ago
- ☆109Updated last month
- Netty implementation of REdis Serialization Protocol, and a simple framework to implement command based protocols☆64Updated last week
- Standard RSocket RPC Java Implementation☆172Updated 2 years ago
- Java implementation of the jump consistent hash☆32Updated 3 years ago
- Byte-code generator to create Disruptor-backed proxies☆103Updated 8 months ago
- Implementation of a concurrent map with weak keys and a detached thread local storage.☆121Updated 9 months ago
- A time ticker as a light weight clock☆23Updated 2 years ago
- The first Java Actor System supporting fibers from Project Loom☆229Updated 7 months ago
- Java port of a concurrent trie hash map implementation from the Scala collections library☆153Updated 4 years ago