Created by: GermanAizek
@xottab-duty, Implementation std::to_string()
works faster with different types than sprintf()
Also, C++ standard requires use of it, readability and fixing code also becomes easier.
References: https://www.zverovich.net/2020/06/13/fast-int-to-string-revisited.html