You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please ( Pretty please ) use performant true coroutines with a relooper, stackless C memory allocation management and registers.
The reason is asyncify is way too generic to get wasm or softrealtime decent performance.
Especially for games engines which must yield slightly before vsync. C coders know where the hotspots are just give them a nice tool, don't hope for some generic tool do correct guesswork (and does not handle recursions efficently).
The text was updated successfully, but these errors were encountered: