-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
io_uring #11
Comments
Are there any benchmarks that show significant performance gains for sync reads over memory mapped IO? |
|
This library provide synchronous API for reads. That's not going to change to async since we can't do async IO from WASM. As for commits, these are asynchronous already and are performed in the background. Commit performance is not that critical for substrate, since it works in parallel with block import. |
This is a significant performance win.
The text was updated successfully, but these errors were encountered: