You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java's default UTF-16, 2-bytes-per-character string encoding, is inefficient
for strings which otherwise could be encoded with a single byte per character.
It should be possible to represent characters in the trees using only a single
byte per character, when working with compatible strings. This may reduce
memory overhead by 50%.
Original issue reported on code.google.com by [email protected] on 20 Oct 2013 at 10:20
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 20 Oct 2013 at 10:20The text was updated successfully, but these errors were encountered: