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
Right now in the io_uring Workpool backend, when we begin processing a snapshot request, we inline open the relevant file and create the splicing pipe:
This issue can be closed when a PR is created which refactors this into a set of SQE submissions and CQEs for opening the file and creating the pipe; after it's created, the complexity increase should be weighed against the performance benefit, and then it should be either merged or closed based on that evaluation.
The text was updated successfully, but these errors were encountered:
Right now in the io_uring Workpool backend, when we begin processing a snapshot request, we inline open the relevant file and create the splicing pipe:
sig/src/rpc/server/linux_io_uring.zig
Lines 490 to 500 in 2086fd9
This issue can be closed when a PR is created which refactors this into a set of SQE submissions and CQEs for opening the file and creating the pipe; after it's created, the complexity increase should be weighed against the performance benefit, and then it should be either merged or closed based on that evaluation.
The text was updated successfully, but these errors were encountered: