Libraries
Use this catalog to choose the smallest useful library boundary for your project or Prompt Request.
Types, memory, containers, strings, time, hashing, and tests.
Primitive types, asserts, compiler macros, Function, Span, Result
No library dependencyHeap Allocation, Custom allocators, Virtual Memory, Buffer, Segment
No library dependencyGeneric containers (SC::Vector, SC::SmallVector, SC::Array etc.)
Depends on MemoryString formatting / conversion / manipulation (ASCII / UTF8 / UTF16)
No library dependencyTime handling (relative, absolute, high resolution)
No library dependencyCompute MD5, SHA1 or SHA256 hashes for a stream of bytes
No library dependencySimple testing framework used by all of the other libraries
No library dependencyFiles, sockets, processes, async, streams, and platform notifications.
Async I/O (files, sockets, timers, processes, fs events, threads wake-up)
Depends on File, FileSystem, Socket, ThreadingConcurrently read, write and transform byte streams
No library dependencyC++20 coroutine layer over Async
Depends on AsyncSynchronous Disk File I/O
No library dependencyFile System operations { exists, copy, delete } for { files and directories }
No library dependencyEnumerates files and directories inside a given path
No library dependencyNotifications {add, remove, rename, modified} for files and directories
No library dependencySynchronous socket networking and DNS lookup
No library dependencyCreate child processes and chain them (also usable with Async library)
Depends on FileSynchronous serial port descriptor and configuration
Depends on FileAtomic, thread, thread pool, mutex, semaphore, barrier, rw-lock, condition variable
No library dependencyReflection, serialization, HTTP, plugins, and integration points for real examples.
Describe C++ types at compile time for serialization
No library dependencyContainers specializations for Reflection and Serialization.
Depends on Containers, ReflectionSerialize to / from text formats (JSON) using Reflection
Depends on Reflection, StringsSerialize to and from a binary format using Reflection
Depends on ReflectionHTTP parser, server and client
Depends on Async, AsyncStreamsStreaming-first HTTP client with native OS backends
No library dependencyMinimal dependency based plugin system with hot-reload
Depends on Process, Strings