A multithreaded Web server. Don't use it, it's an exercise of the Rust Book. Providing a Rust implementation and a C++ implementation.
GNU Lesser General Public License v3.0
0
stars
0
forks
source link
Improve performance of compilation #10
Closed
Xyphenore closed 2 months ago
If some functions in tools.hpp are only used in one cpp file, move the function in the cpp file and make it static.