Nitsan Wakart

Results 86 comments of Nitsan Wakart

Sounds a bit like compressed oops, based on a similar observation on alignment, and with a similar (minor) overhead of "uncompressing" the offset. Cool idea :)

@charlesbr1 @guidomedina G1/CMS/etc all have Stop the World young generation collections. The only collector with a concurrent young generation collector is C4 which is part of the Zing VM. It...

IMO the CPU gauge and heap bar are redundant, you got lots of room to play. Plotting the per thread/thread group/overall CPU usage and allocation rates is very useful

I think #142 achieves this, and https://github.com/nitsanw/HdrLogProcessing serves as a more versatile multitool for processing logs.

I think the current API does not report errors clearly and conflates error/warning conditions (which is a preference/requirements issue). I can argue for real use cases where histograms, particularly histograms...

See recent work on #142 which allows a workaround the monotonic TS requirement without breaking existing behavior. Would you consider this is still an issue given the new implementation (i.e....

Add a tag/unit comment that the log processor can recognize, e.g.? ``` # WRITE, ns ``` I would not put this on the histogram level. The log writer will need...

The tests fail on the differing output, please let me know that you are happy with the change and I will fix the tests ASAP

The choice is yours. Let me see if I understand the argument: - "Rsc was designed to be parametrizable by the queue implementation through a Supplier in each relevant operator....