Files
risuai/src-tauri
kwaroran 44677cf2cd Optimize tauri write binary file (#540)
It's a known issue that IPC call in Tauri V1 is slow
(https://github.com/tauri-apps/tauri/issues/4197) Specifically,
writeBinaryFile can take several seconds if the file is around like 10
MB because of some internal serealization bottleneck of Tauri. This is
really bad as we use writebinaryFile every second to save database.

This PR just create separate http server only handling the bottleneck
part: writebinaryfile of database.bin and assets.
2024-07-02 05:57:55 +09:00
..
2023-05-07 12:41:45 +09:00
2023-07-08 15:24:18 +09:00
2024-01-16 17:52:33 +09:00
2023-05-07 12:41:45 +09:00
2023-05-07 12:41:45 +09:00
2024-06-14 22:55:01 +09:00
2024-07-01 08:11:34 +09:00