Flutter makes it easy and fast to build beautiful apps for mobile and beyond.
android
windows
macos
dart
ios
mobile
web
material-design
desktop
web-framework
app-framework
skia
linux-desktop
fuchsia
cirrus
gitter-badge
dart-platform
twitter-badge
-
Updated
Jun 6, 2021 - Dart


The current WHATWG URL parser implementation is written in C/C++ and incurs a fairly significant cost crossing the JS/C++ boundary. It should be possible to realize a significant performance improvement by porting the implementation to WASM (similar to how the https://github.com/nodejs/undici project has seen a massive performance boost out of moving llhttp parser to wasm).
If someone wanted to