As we re-implemented dispatcher in C in mirai 2.6.0, technically there's no reason for it to occupy a separate process. This would drastically improve mirai dispatch and info() performance.
I wanted to have the solution to #454 in place first to prevent unbounded memory growth.
fyi @wlandau
As we re-implemented dispatcher in C in mirai 2.6.0, technically there's no reason for it to occupy a separate process. This would drastically improve mirai dispatch and
info()performance.I wanted to have the solution to #454 in place first to prevent unbounded memory growth.
fyi @wlandau