Question about Benchmarking and Performance in rinf #400
Unanswered
ganeshrvel
asked this question in
Q&A
Replies: 1 comment
-
Hello :) a. Unfortunately, benchmarks are not present. You can consider the Protobuf serialization performance as a potential UI blocking factor. It shouldn't block unless the message is very large(More than hundreds of megabytes). b.
c.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi rinf team,
I stumbled on this project while looking for a way to use Rust in Flutter combination. Thanks for this amazing package. Great going.
I have a few questions though:
a. Do you have any existing benchmarks for rinf?
b. If I have hundreds of thousands of struct data (mostly metadata info) coming as a list from Rust to Dart, will there be a memory copy overhead?
c. Since Dart uses message ports to communicate, is there any noticeable delay or overhead observed?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions