rax/RAX is a C++ extension library designed to provide cross-platform new, fast, and reliable class types for different fields such as work with I/O, work with text and different encodings, work with math and vector applications, work with template container types, and more.
This library is still in heavy development and cannot be used practically anywhere.
- New optimized fundamental classes, such as
refarray,tuple,hashcode,optional, etc. - New UTF8 encoded immutable
stringtype that support conversion from and to many encoding pages. mathclass with optimized and templated math functions.rax::numericsnamespace that features 3D math extensions used in 3D graphics and game development.rax::ionamespace that features C#-like I/O classes for reading and writing from/to memory, files and buffers.rax::textnamespace that provides text and encoding extensions.rax::collectionsthat contains various container types such aslist,map,stack, and more.- and more...