cpp_vk_lib
cpp_vk_lib copied to clipboard
C++ VK library
At the moment, abilities to handle errors in real-time applications is rather weak. 1) If cURL request fails, the exception is thrown. Moreover, this exception contains only message that something...
At the moment, [ASCII](https://github.com/epoll-reactor/cpp_vk_lib/blob/e99ba15344c80780f8bf187b6e1f9415a809a93c/cpp_vk_lib/include/cpp_vk_lib/runtime/string_utils/implementation/convert_ascii.hpp#L12) and [UTF-8](https://github.com/epoll-reactor/cpp_vk_lib/blob/e99ba15344c80780f8bf187b6e1f9415a809a93c/cpp_vk_lib/include/cpp_vk_lib/runtime/string_utils/implementation/convert_utf8.hpp#L11) converters are fatally slow. Aim: rewrite convert function in more efficient way.
Ubuntu tests with address sanitizing actually work fine, but MacOS stuck.