orb-community / pktvisor

pktvisor is a dynamic network observability agent that smartly analyzes network traffic and generates opentelemetry metrics
https://orb.community
Mozilla Public License 2.0
469 stars 33 forks source link

Upgrade datasketches lib from 3.3.0 to 4.1.0 #684

Closed leoparente closed 1 year ago

leoparente commented 1 year ago

Quantile inclusive weight by default now. That means no required pace workaround anymore. Also Fixed float implicit conversions and some compiler warnings.

leoparente commented 1 year ago

Doing other project, I've noticed that sometimes implicit conversions are not optimized by the compiler and can impact a bit in performance, even more if it is in a critical path.