cpp_vk_lib icon indicating copy to clipboard operation
cpp_vk_lib copied to clipboard

C++ VK library

Results 4 cpp_vk_lib issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

performance

Library does not compile, probably because of `-flto` flag.

bug

Ubuntu tests with address sanitizing actually work fine, but MacOS stuck.

bug