Xyphenore / web-server

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

Xyphenore commented 4 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.

Xyphenore commented 2 months ago

Use template and compilation settings for the 'WorkerPool' and 'WebServer'.

Xyphenore commented 2 months ago

Closed by f020780