jfager / functional-critbitLinks
An OO/Functional Crit-bit tree in Java.
☆28Updated 11 years ago
Alternatives and similar repositories for functional-critbit
Users that are interested in functional-critbit are comparing it to the libraries listed below
Sorting:
- Practical Algorithm to Retrieve Information Coded in Alphanumeric (PATRICIA)☆177Updated 6 years ago
- Drop-in replacement for java.util.concurrent.ConcurrentSkipList[Map|Set]☆29Updated 15 years ago
- Safe daemonization from within Java☆74Updated 8 years ago
- A variable length record, checksumming, append only rotating log implementation with graceful recovery☆55Updated 5 years ago
- DocId set compression and set operation library☆27Updated 11 years ago
- Library for creating In-memory circular buffers that use direct ByteBuffers to minimize GC overhead☆137Updated 3 years ago
- A hash-based high-performance data store☆160Updated last year
- A very memory-efficient trie (radix tree) implementation☆47Updated 13 years ago
- A toy school project intended to be an approximate clone of Google's Megastore database for geographically-distributed scalable fault-to…☆35Updated 13 years 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
- Utilities for dealing with Apache Zookeeper☆41Updated 12 years ago
- High performance, memory-limited adaptive histogram class.☆46Updated 6 years ago
- Distributed Java Collections for ZooKeeper☆110Updated 9 years ago
- Jline 1.x; The Jline readline simulator for Java☆48Updated 8 years ago
- A Minimal Perfect Hash Function Library☆167Updated 4 years ago
- Bloofi: A java implementation of multidimensional Bloom filters☆79Updated last month
- Compact Trie Based Thinglet☆29Updated 3 years ago
- Dynamic Linker Framework for Languages on the JVM☆207Updated 3 years ago
- DDSL - Dynamic Distributed Service Locator☆101Updated 9 years ago
- Portable thread pool implementation for C.☆14Updated 13 years ago
- Hornet, a JVM optimized for low-latency applications.☆53Updated 10 years ago
- Parallel boolean circuit evaluation☆25Updated 6 years ago
- Pure Java implementation of the liblzo2 LZO compression algorithm☆47Updated 13 years ago
- Concurrent TreeMap w/ efficient support for clone() and consistent iteration☆151Updated 12 years ago
- [DEPRECATED] An ACID compliant key-value storage library in the style of dbm. It utilizes immutable B+Trees in an append-only design and …☆53Updated 14 years ago
- Ordasity is Boundary's library for building stateful clustered services on the JVM.☆345Updated last year
- ☆142Updated 3 years ago
- DirectMemory is a cache implementation featuring off-heap memory storage (a-la BigMemory) to enable caching of large (or large numbers of…☆151Updated 13 years ago
- Journal.IO is a zero-dependency, fast and easy-to-use journal storage implementation.☆261Updated 2 years ago
- In-process in-memory multi-level LRU cache