rkapsi / patricia-trieLinks
Practical Algorithm to Retrieve Information Coded in Alphanumeric (PATRICIA)
☆177Updated 6 years ago
Alternatives and similar repositories for patricia-trie
Users that are interested in patricia-trie are comparing it to the libraries listed below
Sorting:
- High-performance, streaming/chunking Java LZF codec, compatible with standard C LZF package☆255Updated 6 months ago
- Port of Snappy to Java☆360Updated last year
- Library for creating In-memory circular buffers that use direct ByteBuffers to minimize GC overhead☆137Updated 3 years ago
- Benchmark suite for data compression library on the JVM☆217Updated last year
- A hash-based high-performance data store☆160Updated last year
- Basic stand-alone disk-based N-way merge sort component for Java☆85Updated 6 months ago
- Control thread affinity for Java☆380Updated 4 years ago
- Benchmark of open source, embedded, memory-mapped, key-value stores available from Java (JMH)☆142Updated 2 years ago
- A Mavenized fork of http://high-scale-lib.sourceforge.net/☆161Updated last year
- Embedded Key Value Java Database☆366Updated 4 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
- Tools to work with off-heap memory using sun.misc.Unsafe☆136Updated 8 years ago
- Offheap Java POJOs with guaranteed memory alignment☆189Updated 12 years ago
- Distributed Java Collections for ZooKeeper☆110Updated 9 years ago
- A fork of Cliff Click's High Scale Library. Improved with bug fixes and a real build system.☆418Updated 10 years ago
- HashMap performance tests from java-performance.info☆98Updated 4 years ago
- Journal.IO is a zero-dependency, fast and easy-to-use journal storage implementation.☆261Updated 2 years ago
- ☆142Updated 3 years ago
- Huge Collections for Java using efficient off heap storage☆275Updated 10 years ago
- Java Language support☆285Updated last year
- Asynchronous Database Connectivity in Java☆140Updated 3 years ago
- Small useful things for Java☆132Updated 6 years ago
- A very memory-efficient trie (radix tree) implementation☆47Updated 13 years ago
- Java port of a concurrent trie hash map implementation from the Scala collections library☆152Updated 4 years ago
- Concurrent TreeMap w/ efficient support for clone() and consistent iteration☆151Updated 12 years ago
- HPPC-RT, fork of CarrotSearch's for Realtime☆86Updated 6 years ago
- hp low latency reliable multicast messaging☆121Updated 9 years ago
- A java.util.HashMap compatible map that won't stall puts or gets when resizing☆151Updated 2 years ago
- Bloofi: A java implementation of multidimensional Bloom filters☆79Updated last month
- Java implementation of the Sparkey key value store