The sub-millisecond perf harness for Java. Zero-dependency library that records timed samples per stage, computes percentiles, supports coordinated-omission correction, and emits a stable JSON contract. Byte-equivalent to the `subms` Rust crate.
Artifacts using Subms (18)
submillisecond.com cookbook recipe - data-structures: subms-bloom-filter. A tiny zero-dependency bloom filter (FNV-1a + double hashing, ~10 bits/key, k=7).
Last Release on Jun 1, 2026
2.Subms OTel (relocated)
com.submillisecond » subms-otel Apache +1
RELOCATED to com.submillisecond.recipes:subms-otel. This artefact is now a category=adapter recipe in the subms-cookbook.
Last Release on Jun 1, 2026
Relocated → com.submillisecond.recipes »
subms-otel
submillisecond.com cookbook recipe - data-structures: subms-adaptive-radix-tree. ART with Node4 / Node256 adaptive variants on byte-string keys.
Last Release on Jun 1, 2026
submillisecond.com cookbook recipe - memory: subms-arena-allocator. Fixed-capacity bump-pointer arena over a byte[] with reset() for per-request reuse.
Last Release on Jun 1, 2026
5.Subms Block Cache
com.submillisecond.recipes » subms-block-cache Apache +1
submillisecond.com cookbook recipe - memory: subms-block-cache. Clock-sweep block cache with constant-time eviction.
Last Release on Jun 1, 2026
submillisecond.com cookbook recipe - data-structures: subms-count-min-sketch. Frequency-estimation sketch with conservative update and Kirsch-Mitzenmacher hashing.
Last Release on Jun 1, 2026
submillisecond.com cookbook recipe - data-structures: subms-cuckoo-filter. Bloom-alternative with delete support; partial-key cuckoo hashing.
Last Release on Jun 1, 2026
submillisecond.com cookbook recipe - observability: subms-hdr-histogram. Log-linear bucket histogram with significant-digit precision.
Last Release on Jun 1, 2026
9.Subms HyperLogLog
com.submillisecond.recipes » subms-hyperloglog Apache +1
submillisecond.com cookbook recipe - data-structures: subms-hyperloglog. Distinct-count cardinality estimator; ~1% standard error at ~16 KB.
Last Release on Jun 1, 2026
10.Subms LSM Tree
com.submillisecond.recipes » subms-lsm-tree Apache +1
submillisecond.com cookbook recipe - storage: subms-lsm-tree. A working LSM tree (memtable, immutable SSTables, bloom-filter trailer) with sub-millisecond reads at p99 on a 50k-entry workload.
Last Release on Jun 1, 2026