Arclight
Arclight copied to clipboard
High-performance C++23 ecosystem
`Any` relies on a linker behavior to compare types at runtime without using runtime type info (RTTI), it assumes that templated function instances will be resolved to the same address...
All math functions should be constexpr since there is no reason for them to be non-compile-time-evaluatable. However, std defines them as non-constexpr due to potential side effects. A solution would...
`Directory::create()` (or `std::filesystem::create_directories()`) will create multiple directories recursively until either the end of the path is reached or an error occurs. When passing a path such as `"a/b/c/