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
This issue is used to track implementation progress of services-compfs.
Description
services-compfs adds a new service to opendal, which uses compio to drive fs operations. compio utilizes io-uring on linux and I/O Completion Ports on windows to provide native asynchronization instead of spawned threadpools like tokio.
This issue is used to track implementation progress of
services-compfs
.Description
services-compfs
adds a new service to opendal, which usescompio
to drive fs operations.compio
utilizesio-uring
on linux andI/O Completion Ports
on windows to provide native asynchronization instead of spawned threadpools liketokio
.Tasks
IoBuf
forBuffer
(feat(core): implementIoBuf
forBuffer
#4532)Access
(feat(services/compfs): basicAccess
impl #4693)Access
methods (create_dir
,stat
, etc.) (feat(services/compfs): implement auxiliary functions #4778)IoVectoredBuf
forBuffer
The text was updated successfully, but these errors were encountered: