logoalt Hacker News

kevin_thibedeautoday at 12:12 AM1 replyview on HN

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.


Replies

edoceotoday at 1:16 AM

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.