csgo-cheat-base
csgo-cheat-base copied to clipboard
avoid many allocations?
would this be better if people avoid allocating because of std::string?
and i forgot to add
#include <string_view>
if the string is 15 characters or less (in visual studio 2019) it wont allocate memory on the heap and instead use a stack buffer
if the string is 15 characters or less (in visual studio 2019) it wont allocate memory on the heap and instead use a stack buffer
i think sso doesn t work in debug mode(correct me if im wrong). you could get better fps when debugging
if the string is 15 characters or less (in visual studio 2019) it wont allocate memory on the heap and instead use a stack buffer
i think sso doesn t work in debug mode(correct me if im wrong). you could get better fps when debugging
yeah in debug mode it will allocate
whole interface system needs rewrite, gonna push update in few mins