Y
Hacker News
new
|
ask
|
show
|
jobs
by
frr149
1340 days ago
Why not just dart?
1 comments
mkss
1340 days ago
Dart being a GC'd runtime makes it quite hard to use for low latency audio applications, probably not as critical for audio input as output, but still potential issue, for more details see:
https://github.com/dart-lang/sdk/issues/46943
link
pjmlp
1340 days ago
Then why bother with Flutter at all?
link
zduny
1340 days ago
It's amazing for UI (and portable).
Rust - not so much (or more like not at all) at the moment.
link
pjmlp
1340 days ago
And has a GC running all the time, including when the called Rust code is executing, making it pointless to avoid using Dart in first place.
link