Replies: 1 comment
-
For my own app in production: Some computer vision algorithms. Using Rust I can play with libs like OpenCV and write complex algorithms, but with Dart, performance is much worse and no good lib.
A db written in rust should perform better than a db written in dart, IMHO. But firstly ensure you really need that much performance.
Not sure what is a "match"... But general idea is: rust is much faster, but firstly ensure you really need that speed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't figure out when it's more useful to call RUST or not (but except on heavy computation), could you give me some concrete cases?
For example :
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions