Skip to content

Why @tauri-apps/plugin-fs is so much slower than File System API #9700

Answered by FabianLars
DexYang asked this question in Q&A
Discussion options

You must be logged in to vote

Because the IPC, the communication channel between rust (where the plugin-fs is actually implemented) and js is pretty slow. We've vastly improved the performance in v2 compared to v1 but there are still a few things we have to fix, for example tauri-apps/plugins-workspace#1251 should help a ton already.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by DexYang
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