Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.

Source:https://github.com/SoraKumo001/next-streaming

⬅️
warothia 7 daysReload
It would be really interesting if it was possible to use other languages which can be compiled to .so files. Will look into it!

warothia 7 daysReload
Initially I did use fork a lot to allow each handler in its own “process” mainly because I wanted to isolate it as well in a container fashion. However the overhead became to much at the start when I just wanted it to work. Will be looking into it again!

warothia 7 daysReload
You’re absolutely right, I have not tried very hard to optimize for speed either yet. To comment was more directed at the fact most just say that “speed” is the main reason to use C, but for me it’s almost exclusively for the fun and “cool” factor.

warothia 7 daysReload
Thanks! Yes, an arena allocator for each request is on my todo list. Just didn’t get to implementing it yet. :D

warothia 7 daysReload
Oh! Did not know that, interesting. I guess they are more alike then.