A Benchmark class for Java and C++ to measure latency in nanoseconds with percentiles. Equivalent benchmarks in Java and C++ for performance comparison and research. - coralblocks/CoralBench... (more…)
Read more »
Code is easier to reason about when collections cannot be altered after their creation. Having to keep track of the current state of a collection as it gets passed around from this method to that equates to more mental balls to juggle. Mutating... | Carl ... (more…)
Read more »
This repo contains example codes of API Tests using Rest-Assured and OkHttp. - mfaisalkhatri/OkHttpRestAssuredExamples... (more…)
Read more »
I’ve been on a bit of a frustration-driven quest to solve a problem I frequently encounter working on the search engine, that is, reading data from disk.
You’d think this would be a pretty basic thing, but doing this in a way that is half-way performant i... (more…)
Read more »
Ever since IBM participated in a $15 million funding round into Lightbend, I’ve been following the use of Lightbend’s Reactive Platform… (more…)
Read more »