Mordinel / hussar

A multi-threaded web server framework
GNU General Public License v3.0
0 stars 0 forks source link

Eliminate wasteful data copies #12

Closed Mordinel closed 2 years ago

Mordinel commented 2 years ago

Particularly regarding std::string, use of std::string_view where the string is only needed for read operations will help with this for example.

Mordinel commented 2 years ago

Done in ab1f3ac11d7f5d3ebe0cd832f992393f60bfa7f5