Hacker News new | past | comments | ask | show | jobs | submit login

You don't need to be embedded to have performance matter - even if your OS gives you concurrency primitives, there are many situations where jumping into kernel code is still "too expensive."



That's why Linux has the futex which is userspace only if not contended only jumps to kernel code for the contended case.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: