-
Any suggest here? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
To clarify, this project uses native ABIs and a separate async runtime(threadpool) just like |
Beta Was this translation helpful? Give feedback.
-
Thanks @temeddix , sorry to miss that |
Beta Was this translation helpful? Give feedback.
-
You're welcome. Please feel free to ask! |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm new to Flutter and Rust. I'm comparing rinf and flutter_rust_bridge. In this article written by AppFlowy maintainers, they pointed out that protobuf may be a performance issue when application grows. I also read that detailed-techniques rinf relies solely on FFI but indeed uses protobuf, so I think there might be an overhead in rinf. But in this discussion, @temeddix said they are identical. I'm confused now. What role of protobuf is in rinf? Can I say |
Beta Was this translation helpful? Give feedback.
To clarify, this project uses native ABIs and a separate async runtime(threadpool) just like
flutter_rust_bridge
. Therefore it is possible to say that the performance is nearly identical. :)