This folder contains all the Stroika Library Foundation source code.
- Cache/ - Smart storage of partial data structures
- Characters/ - Character and String classes
- Common/ - Various building blocks used elsewhere
- Containers/ - Stack, Set, Sequence, etc...
- Cryptography/ - Hash<>, Encrypt, etc...
- Database/ - SQL, SQLLite, ODBC, etc...
- DataExchange/ - VariantValue, Serializers, JSON, XML, etc...
- Debug/ - Assertions, Trace, etc...
- Execution/ - ThreadPool, Logger, Process etc...
- IO/ - File and Network input/output etc...
- Linguistics/
- Math/ - Math utilities, Statistics, Optimization etc...
- Memory/ - Block Allocation, BLOB, SharedByValue, Buffer, StackBuffer, etc...
- Streams/ - Sequence of data elements made available over time
- Time/ - Date/Time related classes
- Traversal/ - Iterators, Generators, Ranges etc..