Skip to content
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

Network: Socket Read/Write Optimizations #471

Closed
dnut opened this issue Jan 2, 2025 · 0 comments · Fixed by #465
Closed

Network: Socket Read/Write Optimizations #471

dnut opened this issue Jan 2, 2025 · 0 comments · Fixed by #465
Assignees

Comments

@dnut
Copy link
Contributor

dnut commented Jan 2, 2025

  • send/recv_mmsg - linux syscall
  • ebpf xdp - do things in kernel space
  • lib_uring / kqueue - checkout tigerbettle's impl

https://gist.github.com/0xNineteen/693e317740b3010b1670c83e3d5e658b


for more reference check this ticket out too : https://github.com/orgs/Syndica/projects/2/views/10?pane=issue&itemId=66216851 (might want to do a more major architecture change if worth it/makes sense)

@0xNineteen 0xNineteen added this to Sig Sep 11, 2023
@dnut dnut converted this from a draft issue Jan 2, 2025
@dnut dnut linked a pull request Jan 2, 2025 that will close this issue
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Sig Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants