-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize socket read/write with array ptrs #85
Conversation
Um ... @LeeTibbert do you have any idea what might be going on? 😅 I don't see how this can be related to these changes.
https://github.com/armanbilge/epollcat/actions/runs/3432632786/jobs/5722112147 I am going to try re-running CI. |
Lovely. Seems to be sporadic 🙃 |
Sorry for the belated reply, the at_mention must have slipped past me. I suspect this is using SN 0.4.8 and the InetAddress changes in it. True? I will have to trace. First thing to check is why an IPv4 address is being represented |
Re-opened?? I thought Issue #88 had been solved. |
@LeeTibbert the purpose of this PR was completely unrelated, it is just where I first stumbled on the "quirk". If you have a chance, I would appreciate a review 😄 |
OK back to the program (PR) in progress. I will take a look at the changed file. |
This LGTM I did a minimal trace on the two "go" tailrec methods because it after Using the bulk ByteBuffer methods looks like it should speed things up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for the opportunity to review
Good info. I had thought they had moved up & down the page, but I may have been looking at |
Thanks for the review! Much appreciated, and for all your work on the quirk :) |
This is a nice optimization :)