External-Memory Sorting in Java
created at March 24, 2014, 2:25 p.m.
A java.util.HashMap compatible map that won't stall puts or gets when resizing
created at March 30, 2014, 3:27 a.m.
Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
created at April 17, 2014, 12:10 p.m.
Sends stacktrace-level performance data from a JVM process to Riemann.
created at May 28, 2014, 8:31 p.m.
Performance analysis tools based on Linux perf_events (aka perf) and ftrace
created at July 10, 2014, 7:54 p.m.
Replicate your Key Value Store across your network, with consistency, persistance and performance.
created at July 18, 2014, 3:33 p.m.
Catch common Java mistakes as compile-time errors
created at Aug. 21, 2014, 11:26 p.m.
Immutable in-memory R-tree and R*-tree implementations in Java with reactive api
created at Aug. 26, 2014, 12:29 p.m.
A Java implementation of Transducers
created at Sept. 23, 2014, 6:45 p.m.