Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
signa11
on Oct 10, 2015
|
parent
|
context
|
favorite
| on:
Filtering millions of packets per second on commod...
> Greatest problem is copying data in and out kernel-space to user-space.
even if you could do away with copying e.g. packet_mmap (on linux), context switch will kill you...
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
even if you could do away with copying e.g. packet_mmap (on linux), context switch will kill you...