You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️To be discussed, don't work on this for now.
The main issue is that tokio async File API is slower writing to local files than std File API, even with io_uring. We will see if that will be resolved in the future, then we can think of doing this.
The main issue is that tokio async File API is slower writing to local files than std File API, even with
io_uring
. We will see if that will be resolved in the future, then we can think of doing this.This needs to be like #247, just async.
Flow is like this
This issue corresponds to
encrypted_storage::a_sync::[fs, fs::File, io]
.The text was updated successfully, but these errors were encountered: