Hacker News new | ask | show | jobs
by kevin_thibedeau 2 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.
1 comments

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.