dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.09k stars 1.56k forks source link

Improve UTF-8 encoder performance in Dart VM #43191

Open mraleph opened 4 years ago

mraleph commented 4 years ago

Investigate benchmark provided by @bprosnitz and provide the strategy for improving the score.

Related benchmarks that capture pure Utf8 string encoding performance is committed in d79ef922a5806bf58114ec9c65b6890ae38cd9e0

/cc @mkustermann @askeksa-google

mkustermann commented 1 year ago

/cc @askeksa-google If you have time, maybe this could benefit dart2wasm and VM AOT at same time.