Y
Hacker News
new
|
ask
|
show
|
jobs
by
pritambaral
2934 days ago
How large and invasive is the Dart runtime though? Running in a VM and running with a runtime are only so far apart. And I'm interested in distribution package sizes too.
1 comments
afsina
2934 days ago
Here is some info:
https://flutter.io/faq/#how-big-is-the-flutter-engine
link
gcb0
2934 days ago
in summary : a minimal UI app goes from 40k of java code to 6700k of compressed dart code
link
afsina
2934 days ago
Not compressed, compiled to machine code.
link
gcb0
2934 days ago
why does the linked article calls ot out as "compressed" but not mention it for java bytecode?
link