Skip to content
Discussion options

You must be logged in to vote

The JS Apis will run the Rust Apis behind the scenes but because of the communication between both sides, using the js Apis will be slower.

-> Using the Rust Apis is generally faster. If you need to return something to the js side from the rust code it's recommended to return only what's actually needed to keep the tax on the IPC low.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@muyaCode
Comment options

Answer selected by muyaCode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants