Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
921 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in 1Jo1/netty that received 5 comments
Submit IO in batches to reduce overhead
Motivation: We should submit multiple IO ops at once to reduce the syscall overhead. Modifications: Submit multiple IO ops in batches Adjust defau…
+17
−17
•
5
comments
- Use IOSQE_ASYNC flag when submitting
- Call handle.readComplete() before fireChannlReadComplete() and also c…
- Fix bug related to reset the RecvByteBufAllocator.Handle on each read
- Add more missing tests
- Call IOUringEventLoopGroup.shutdownGracefully() after test is done.
- Do support SO_BACKLOG in io_uring
- Add last missing tests
- Remove @Ignore from test
- Obtain static fields via JNI and not duplicate their values
- Correctly obtain localAddress after connect was complete
- Correctly implement IOUringSubmissionQueue.addTimeout(...) and ensure…
- Fix bug that would case an IllegalStateException when closeForcibly()…
- Use bitmasking to reduce the number of boolean variables and so save …
- Add more tests from the testsuite for io_uring
- Correctly handle CompositeByteBuf when using IOURING
- Fix failure during accept(...)
- Correctly handle POLLRDHUP registration in all cases
- Correctly respect RecvByteBufAllocator.Handle when reading

