StringLiteralGenerator icon indicating copy to clipboard operation
StringLiteralGenerator copied to clipboard

Suggestion: Place a benchmark result in readme or somewhere else

Open ljsnogard opened this issue 4 years ago • 1 comments

That would make this performance optimization design more convincing. Consider performance under AOT and JIT conditions would be better.

ljsnogard avatar Oct 07 '21 03:10 ljsnogard

see: https://github.com/dotnet/csharplang/blob/main/proposals/utf8-string-literals.md#examples-today

This is an excuse not to provide benchmarks, but it is a widely known fact that getting UTF-8 bytes from string literals is not efficient.

ufcpp avatar Oct 31 '21 11:10 ufcpp