Hacker News new | ask | show | jobs
by amelius 1774 days ago
That would require a real-time OS, I suppose.
2 comments

“Realtime” doesn’t imply faster. In fact often the opposite. It just means certain timing constraints will be satisfied, often making explicit what the costs (tradeoffs) are.
Yes, the constraint here is 1ms.
You only need a real-time os if you're guaranteeing maximum latency.
Which is exactly what was asked for.