Closed dmgaldi closed 5 months ago
There was a lot of extra allocation happening.
We were copying the string bytes out of the padded array and then constructing a string, but I realized String has a constructor that takes and offset and a length.
There was a lot of extra allocation happening.
We were copying the string bytes out of the padded array and then constructing a string, but I realized String has a constructor that takes and offset and a length.