prasanthj / hasher
Java implementation of Murmur2, Murmur3, XXHash, FNV1 and FNV1A.
☆26Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for hasher
- Pure Java implementations of Murmur hash algorithms☆73Updated last year
- Maven plugin for the ahead-of-time Quasar instrumentation.☆47Updated last year
- Multiway object pool (experiment)☆39Updated 11 years ago
- A hashmap implementation for Java that stores map entries off-heap☆70Updated 4 years ago
- ☆36Updated 6 years ago
- Netty Based Kafka Producer☆25Updated 8 years ago
- 32 and 64 bit implementations of murmurhash2☆117Updated 3 years ago
- Benchmarks for various object pools that run on the JVM. Built with JMH.☆17Updated 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…☆67Updated 3 years ago
- A persistent queue based on RocksDB☆25Updated 11 months ago
- Wraper around attach API and other JVM diagnostic interfaces☆32Updated 3 years ago
- Byte-code generator to create Disruptor-backed proxies☆95Updated 3 weeks ago
- A simple benchmark of some off heap solutions (BigMemory Go, MapDB, Java Chronicle...)☆23Updated 11 years ago
- Java reader for the MaxMind DB format☆114Updated this week
- NetCrusher is a TCP/UDP proxy that allows to test services for failover☆69Updated 7 years ago
- New proposed API for buffers in Netty☆25Updated last year
- ByteBuffer utilities using Unsafe for fast reads.☆21Updated 10 years ago
- Java implementation of the jump consistent hash☆30Updated 2 years ago
- Memory efficient java.util.Map implementation modelled after http://code.google.com/apis/v8/design.html☆62Updated 9 months ago
- Mem Ops for Java is a memory manager / allocator for use in systems requiring steady state memory consumption (as little garbage collecti…☆42Updated 4 years ago
- Clone of Google's memory measurer, with slight additions.☆32Updated 8 years ago
- Classes for multithreading that expand on java.util.concurrent, adding convenience, efficiency and new tools to multithreaded Java progra…☆46Updated 4 years ago
- Microbenchmarks for JVM code.☆14Updated 9 years ago
- Lightweight threads and continuations for Java, with actors and message passing☆46Updated 3 years ago
- Provides JVM network packet processing library for rapid development.☆41Updated 4 months ago
- Simple Hashed Wheel Timer implementation