Hi Jesper,
Thanks for the good explanation :). The Java optimization techniques can
explain the difference in performance. I now realize that the Java
performance in production (a web application) will be worse than in the
benchmark because lock elision and coarsening will most likely not be
p
gt;> Hi,
>>
>> I've written a small library (https://github.com/toefel18/go-patan) in
>> that stores counters and collects statistics (running
>> min/max/average/stddeviation) of a program during runtime. There is a lock
>> based implementation and a channel b
Hi,
I've written a small library (https://github.com/toefel18/go-patan) in that
stores counters and collects statistics (running
min/max/average/stddeviation) of a program during runtime. There is a lock
based implementation and a channel based implementation. I've written this
libr