Performance improvement!

This commit is contained in:
yhirose
2026-02-22 05:29:54 -05:00
parent c53d93d145
commit f29bb15f9d
4 changed files with 10846 additions and 11367 deletions

View File

@@ -2,7 +2,7 @@
class CustomLogger : public crow::ILogHandler {
public:
void log(std::string, crow::LogLevel) {}
void log(const std::string &, crow::LogLevel) {}
};
int main() {