OpenHFT / Chronicle-Bytes

Chronicle Bytes has a similar purpose to Java NIO's ByteBuffer with many extensions
http://chronicle.software
Apache License 2.0
394 stars 84 forks source link

UTF8 vs ASCII 8bit encoding performance issues. #203

Open peter-lawrey opened 3 years ago

peter-lawrey commented 3 years ago

The encoding/decoding for ASCII and UTF8 show small but annoying performance differences which shouldn't exist and are not consistent from one run of the JVM to another. This makes performance regression tests hard to implement.

minborg commented 2 years ago

Any news on this?