Hacker News new | past | comments | ask | show | jobs | submit login

It's interesting to compare what the code looks like.

CPPSP (C++ Server Pages) which is putting up ridiculous numbers... here is the Single Query test:

https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...

It's quite different from the more typical implementations, where they all sort of look the same...

(Go) https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...

(NodeJS) https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...

(Gemini) https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...

Also interesting to compare it to C# / HttpListener... which would benefit from moving all the framework code out into a separate library;

(C#/HTTP.sys) https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: