valence
valence copied to clipboard
Use `compio` instead `tokio_uring`
Describe the problem related to your feature request.
Compared with tokio_uring
and monoio
, compio
has better performance and compatibility, and has better support for the windows platform.
What solution would you like?
Replace tokio_uring
in valence and use compio
What alternative(s) have you considered?
monoio
, but it does not support windows platform
Additional context
As far as I know, Apache OpenDAL™ is migrating to compio
and there may be detailed performance testing there.