Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
frr149
on Oct 10, 2022
|
parent
|
context
|
favorite
| on:
I made a guitar tuner app using Flutter and Rust
Why not just dart?
mkss
on Oct 11, 2022
[–]
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
pjmlp
on Oct 11, 2022
|
parent
[–]
Then why bother with Flutter at all?
zduny
on Oct 11, 2022
|
root
|
parent
[–]
It's amazing for UI (and portable).
Rust - not so much (or more like not at all) at the moment.
pjmlp
on Oct 11, 2022
|
root
|
parent
[–]
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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: