Remix.run Logo
kevin_thibedeau 4 hours ago

The sarcastic solution is to use C# bindings to a non-GC language. Put all available memory under control of a pool allocator and enjoy the perf gain.

edoceo 3 hours ago | parent [-]

Similar solution worked for ASP back in 1999. ASP/VBS was terrible slow at string building and Response.Write. Build it in the fast code and then output.