perf(fs): improve FileHandle.read performance (#1950)

* perf(fs): improve `FileHandle.read` performance

* handle different target pointer width

* improve `writeTextFile` performance

* revert packageManager field

* change file

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
Amr Bashir
2024-10-20 14:49:01 +03:00
committed by GitHub
parent 2302c2db1c
commit ae8024565f
4 changed files with 104 additions and 57 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"fs": patch
"fs-js": patch
---
Improve performance of the `FileHandle.read` and `writeTextFile` APIs.