Show HN: Pushing a naive C++ web server implementation to 9k req/SEC
Category: other
Tags: cpp, web-server, performance-optimization, sockets, cplusplus23
Score: 4.8/10 (Innovation: 4, Technical: 5, Documentation: 5, Utility: 5)
A C++23 web server project that demonstrates iterative optimization from a naive implementation to a high-performance version achieving 9k requests/second. It's interesting as a learning resource for low-level socket programming, syscall reduction, and memory optimization techniques.
Target audience: backend devs
Repository: https://www.youtube.com/watch?v=dCwylDrxowQ · C++ · 1 stars
View on Hacker News