Hacker News new | ask | show | jobs
by amluto 3227 days ago
IMO you shouldn't really need to wake user mode that often. Just let user code buffer the output samples well ahead of the hardware needing them and have the kernel do the copies when needed.
1 comments

Of course if you can do that, it's really good. However, sometimes you need low latency.