grillbaer / persistentdsLinks
Persistent data structures - immutable copy-on-write lists, maps and sets for Java
☆11Updated 4 years ago
Alternatives and similar repositories for persistentds
Users that are interested in persistentds are comparing it to the libraries listed below
Sorting:
- B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys☆51Updated 2 weeks ago
- Yet another extremely fast alternative for Java reflection☆43Updated last year
- JBoss Threads☆30Updated last week
- Wraper around attach API and other JVM diagnostic interfaces☆33Updated 4 years ago
- Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interfa…☆69Updated 5 years ago
- A fast key-value store written in Java that outperforms levelDB, kyoto cabinet and rocksDB☆56Updated 3 years ago
- Blazing Fast Distributed Cache☆38Updated this week
- Java serialization, faster and space efficient version of ObjectOutputStream☆46Updated 5 years ago
- Low-latency java socket implementation (using shared memory)☆114Updated 6 years ago
- Java asynchronous file I/O based on io_uring Linux interface☆81Updated 2 years ago
- Fork of trove4j (https://bitbucket.org/trove4j/trove) used in IntelliJ Platform☆52Updated 3 years ago
- Multiway object pool (experiment)☆39Updated 12 years ago
- Instant Netty startup using GraalVM's Native Image Generation☆66Updated 3 years ago
- https://openjdk.org/projects/code-tools/jmh-jdk-microbenchmarks☆41Updated 6 months ago
- Demonstration repository showing polyglot embedding with GraalVM for JDK 21 using Maven and Gradle.☆34Updated last month
- Implementation of a concurrent map with weak keys and a detached thread local storage.☆120Updated last year
- Vibur Object Pool - general-purpose concurrent Java object pool☆79Updated last year
- Visualize G1GC Region allocation data☆46Updated 3 years ago
- IPC EventBus provides a simple EventBus API for intra-JVM and extra-JVM communication with process launching capabilities. This library's…☆29Updated 5 months ago
- Another dataframe library for Java, inspired by Tablesaw, built on nio buffers☆25Updated 2 years ago
- JPassport☆93Updated last week
- Benchmarks for various object pools that run on the JVM. Built with JMH.☆18Updated 5 years ago
- Simple full text indexing and searching library for Java☆56Updated 7 years ago
- Java Database Access Layer☆55Updated 2 years ago
- Java lib for monitoring directories or individual files via java.nio.file.WatchService☆31Updated last month
- An alternative to ScheduledThreadPoolExecutor proof against the clock drift problem☆68Updated 6 years ago
- Java client for rqlite, the lightweight distributed relational database☆31Updated 2 years ago
- A JNI code generator based on the JNI generator used by the eclipse SWT project☆172Updated 2 years ago
- A hashmap implementation for Java that stores map entries off-heap☆73Updated 5 years ago
- Code Generator for Java and C, making it easier to use Java Panama and Graal Native Image☆26Updated last year