rohansuri / adaptive-radix-treeLinks
A fast and space efficient Radix tree in Java
☆126Updated 5 years ago
Alternatives and similar repositories for adaptive-radix-tree
Users that are interested in adaptive-radix-tree are comparing it to the libraries listed below
Sorting:
- Benchmark of open source, embedded, memory-mapped, key-value stores available from Java (JMH)☆142Updated 2 years ago
- High performance native memory access for Java.☆124Updated 2 months ago
- A Scalable Concurrent Key-Value Map for Big Data Analytics☆270Updated last year
- A hashmap implementation for Java that stores map entries off-heap☆70Updated 5 years ago
- DDSketch: A Fast and Fully-Mergeable Quantile Sketch with Relative-Error Guarantees.☆120Updated 2 months ago
- Persistent Adaptive Radix Trees in Java☆82Updated 4 years ago
- Single-threaded off-heap object store☆47Updated 2 years ago
- Java port of a concurrent trie hash map implementation from the Scala collections library☆152Updated 4 years ago
- Fast Approximate Membership Filters (Java)☆250Updated last year
- Tools to work with off-heap memory using sun.misc.Unsafe☆136Updated 8 years ago
- Sux4J is an effort to bring succinct data structures to Java.☆163Updated 3 weeks ago
- Immutable key/value store with efficient space utilization and fast reads. They are ideal for the use-case of tables built by batch proce…☆98Updated 2 years ago
- Low-latency WebSocket Server☆72Updated last year
- Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interfa…☆67Updated 4 years ago
- TuplDB is a high-performance, concurrent, transactional, scalable, low-level embedded database.☆121Updated 3 weeks ago
- SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.☆60Updated last year
- A utility for monitoring UDP message-processing☆53Updated 6 years ago
- ☆82Updated 2 weeks ago
- Concurrent TreeMap w/ efficient support for clone() and consistent iteration☆151Updated 12 years ago
- Packet Processing in Java research and implementations☆35Updated 10 years ago
- Disk-backed hashmaps for Java☆31Updated 9 years ago
- Networking and buffer APIs and implementations for use in Copycat and Atomix☆52Updated 8 years ago
- RPC Benchmark of gRPC, Aeron and KryoNet☆71Updated 2 years ago
- Union, intersection, and set cardinality in loglog space☆56Updated 2 years ago
- A java.util.HashMap compatible map that won't stall puts or gets when resizing☆151Updated 2 years ago
- simple rules engine☆92Updated 5 years ago
- A fast key-value store written in Java that outperforms levelDB, kyoto cabinet and rocksDB☆53Updated 2 years ago
- High performance persistent LSM key-value store library for the JVM.☆164Updated 3 years ago
- Multiple readers and writers concurrency tests.☆127Updated 8 years ago
- B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys☆47Updated 3 weeks ago