nanosai / mem-ops-java
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.
☆42Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for mem-ops-java
- A reactive driver for Aeron transport (https://github.com/real-logic/aeron)☆47Updated 3 years ago
- New proposed API for buffers in Netty☆25Updated last year
- High performance persistent LSM key-value store library for the JVM.☆165Updated 2 years ago
- A persistent queue based on RocksDB☆25Updated 11 months ago
- ☆86Updated 6 years ago
- Single-threaded off-heap object store☆44Updated last year
- A hashmap implementation for Java that stores map entries off-heap☆70Updated 4 years ago
- ☆29Updated 2 years ago
- Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interfa…☆67Updated 3 years ago
- Classes for multithreading that expand on java.util.concurrent, adding convenience, efficiency and new tools to multithreaded Java progra…☆46Updated 4 years ago
- Protobuf compatible code generator☆29Updated 9 months ago
- Byte-code generator to create Disruptor-backed proxies☆95Updated last month
- Classloader isolation library.☆51Updated last year
- Distributed Operations and Data Organizer built on Apache BookKeeper☆27Updated last year
- High-performance, zero-garbage, Java client/driver for InfluxDB.☆61Updated last year
- A library that provides a set of map and cache implementations that store data outside of the normal Java heap☆90Updated 3 months ago
- Wraper around attach API and other JVM diagnostic interfaces☆32Updated 3 years ago
- Multiway object pool (experiment)☆39Updated 11 years ago
- A RESTFul bloom filters daemon.☆16Updated last month
- ☆81Updated this week
- A time ticker as a light weight clock☆23Updated last year
- JEP with off heap support to replace portions of Unsafe and other sun.* methods.☆42Updated 10 years ago
- ScaleCube API Gateway is the single entry point for service consumers. handles incoming requests and proxy/route to the appropriate micro…☆18Updated last year
- Memory efficient java.util.Map implementation modelled after http://code.google.com/apis/v8/design.html☆62Updated 9 months ago
- Netifi Java Client☆24Updated 4 years ago
- Stream Ops is a fully embeddable data streaming engine and stream processing API for Java.☆48Updated 5 years ago
- Visualize G1GC Region allocation data☆40Updated 2 years ago
- A toolkit that makes it easier to work with threads in Java.☆29Updated 4 years ago
- Vibur Object Pool - general-purpose concurrent Java object pool☆71Updated 4 years ago