Closed mina86 closed 1 year ago
Use on-stack buffer to encode a character rather than allocating a new String. It’s faster and more memory-efficient.
Again, this is just extracted from #58
Use on-stack buffer to encode a character rather than allocating a new String. It’s faster and more memory-efficient.