indeedeng / utilLinks
Useful Java utilities
☆152Updated last year
Alternatives and similar repositories for util
Users that are interested in util are comparing it to the libraries listed below
Sorting:
- A hashmap implementation for Java that stores map entries off-heap☆73Updated 5 years ago
- Benchmark of open source, embedded, memory-mapped, key-value stores available from Java (JMH)☆143Updated 2 months ago
- A library that provides a set of map and cache implementations that store data outside of the normal Java heap☆101Updated last year
- ☆85Updated last week
- Java Language support☆285Updated 2 years ago
- ☆161Updated 5 years ago
- A lightweight partitioned object pool, you can use it to pool expensive objects like jdbc connections, thrift clients etc.☆144Updated last month
- High performance persistent LSM key-value store library for the JVM.☆166Updated 3 years ago
- High performance native memory access for Java.☆128Updated 8 months ago
- Java implementation of the Sparkey key value store☆124Updated last month
- Building blocks for asynchronous Java processing inspired by Twisted's API.☆108Updated 8 years ago
- ☆112Updated last week
- 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
- Raft distributed consensus protocol in Java☆104Updated 10 years ago
- Tools to work with off-heap memory using sun.misc.Unsafe☆136Updated 8 years ago
- Classes for multithreading that expand on java.util.concurrent, adding convenience, efficiency and new tools to multithreaded Java progra…☆48Updated 5 years ago
- Java port of a concurrent trie hash map implementation from the Scala collections library☆153Updated 5 years ago
- HashMap performance tests from java-performance.info☆100Updated 4 years ago
- A library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute …☆223Updated 2 years ago
- External-Memory Sorting in Java☆263Updated 3 months ago
- A gulp of low latency Java☆308Updated 6 years ago
- Huge Collections for Java using efficient off heap storage☆275Updated 11 years ago
- Java memory allocation profiler☆224Updated 2 years ago
- A fast key-value store written in Java that outperforms levelDB, kyoto cabinet and rocksDB☆56Updated 3 years ago
- Multiple readers and writers concurrency tests.☆129Updated 9 years ago
- Disruptor BlockingQueue☆319Updated 11 months ago
- Assorted java classes that make use of sun.misc.Unsafe☆96Updated 5 years ago
- Java Hashing, CRC and Checksum Benchmark (JMH)☆68Updated 4 years ago
- A java.util.HashMap compatible map that won't stall puts or gets when resizing☆151Updated 3 years ago
- A simple benchmark of some off heap solutions (BigMemory Go, MapDB, Java Chronicle...)☆23Updated 12 years ago