SaneCppLibraries
SaneCppLibraries copied to clipboard
Sane C++ Libraries
Hello. Is it possible add a database access module abstraction. Similar to JDBC or golang database/sql?
Threading library really needs to be complete, with the addition of a semaphore and a scoped mutex lock / unlock class.
Currently `SC::Atomic` only supports `bool` and `int32_t`. Support for more types should be added and also we need some way of adding real tests or at least validations that the...
Useful algorithms could be: - Unique - Better Sort (Insertion ?) - Min / Max - Min / Max Element - Rotate - Count / Count If
Sockets library only supports TCP so far and adding UDP support would be great 😀
Hey! Really loving the direction of this library so far. I see in Platform.h that web/emscripten/wasi support is "planned" and that there are a few references to it throughout the...
Hello, great project you've got going on here. Are there any plans or intentions to make the libraries easy to install with any popular package managers? Like vcpkg? Installation could...