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 is the first part of the I/O layer replacement project (refer to discussion #442).
This issue will contain our native I/O solution for pgagroal, which will replace libev.
As mentioned in the discussion, we will prioritize using io_uring, and if io_uring does not meet the performance requirements for pgagroal, we will fallback to an epoll implementation.
The relevant branch and pull request will be linked here as soon as I have something working.
If you would like to follow on early developments, I keep them here.
The text was updated successfully, but these errors were encountered:
This is the first part of the I/O layer replacement project (refer to discussion #442).
This issue will contain our native I/O solution for pgagroal, which will replace libev.
As mentioned in the discussion, we will prioritize using io_uring, and if io_uring does not meet the performance requirements for pgagroal, we will fallback to an epoll implementation.
The relevant branch and pull request will be linked here as soon as I have something working.
If you would like to follow on early developments, I keep them here.
The text was updated successfully, but these errors were encountered: