Hacker News new | ask | show | jobs
by byby 1119 days ago
This is mainly because it's single threaded and operates on in memory state. Async io doesn't apply to in memory so all operations have to be serial, is this characterization correct? Thanks.