Kristofer Karlsson

Results 16 issues of Kristofer Karlsson

Since TDigest objects are not thread safe, we need to protect reads from getting corrupted data or potentially throwing exceptions.

The concurrent version is slightly slower than the synchronized during low contention (43 vs 48 ops/us), but scales better as contention increases. The concurrent version also uses more memory (currently...

I consistently get this test failure on master build. Java version: ``` $ java -version java version "1.8.0_162" Java(TM) SE Runtime Environment (build 1.8.0_162-b12) Java HotSpot(TM) 64-Bit Server VM (build...