<Coroutines for low latency/zero gc software> I’ts...
# forum
r
Coroutines for low latency/zero gc software I’ts been few years since i last used coroutines, nowdays i’m doing low latency and zero gc software, essentially systems where once application is bootstraped and jvm warmed up no objects are to be created especially on critical path. We often use our own event loop implementations (we = Chronicle Software) which are often busy spinning on a cpu. For some applications where interaction with an external services amounts to an event being published and another event eventually observed to read...