VEuPathDB / lib-eda-subsetting

Provides Java interface to query and provide EDA data and metadata from a database
Apache License 2.0
0 stars 0 forks source link

String optimizations #48

Closed dmgaldi closed 5 months ago

dmgaldi commented 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.