DataDog / java-dogstatsd-client

Java statsd client library
MIT License
176 stars 101 forks source link

perf: Do not allocate when computing metadata size #236

Closed blemale closed 9 months ago

blemale commented 9 months ago

Intern code from Guava to compute the encoded length of an utf8 string and use it to compute the size of the metadata for the multi valued message wihtout allocating.

blemale commented 9 months ago

@vickenty does it look good to you?