Skip to content

Commit

Permalink
Conform to CI results related to formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Jun 2, 2024
1 parent d94b199 commit b5737ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/docs/detailed-techniques.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ We've covered how to pass signals[^1] between Dart and Rust in the previous tuto
It's important to note that creating a Protobuf `message` larger than a few megabytes is not recommended. For large data, split them into multiple signals, or use the `binary` field.[^2]

[^1]: Rinf relies solely on native FFI for communication, avoiding the use of web protocols or hidden threads. The goal is to minimize performance overhead as much as possible.

[^2]: Sending a serialized message or binary data is a zero-copy operation from Rust to Dart, while it involves a copy operation from Dart to Rust in memory. Keep in mind that Protobuf's serialization and deserialization does involve memory copy.

## 🗃️ Generation Path
Expand Down

0 comments on commit b5737ea

Please sign in to comment.