mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-11 10:16:17 +00:00
avoid a substr() which costs us ~20% of runtime performance
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
std::string Comp(std::string Data);
|
||||
std::string DeComp(std::string Compressed);
|
||||
std::string DeComp(std::string_view Compressed);
|
||||
|
||||
Reference in New Issue
Block a user