Open
Description
It looks like windows implementation has a huge overhead. Let's discuss possible performance improvements!
It seems like it should be possible to use WriteFileEx
and completion API. This also gives the benefit of having the ability to perform the operations asynchronously.
Additionally, it seems like a good idea to investigate the IOCP (and io_uring on Linux) as a completion based APIs.
Metadata
Metadata
Assignees
Labels
No labels