Black Sphere Studios

Utility Library

A lightweight utility library for C/C++

The Black Sphere Studios Utility Library is a simple, high-performance utility library designed to be independent, allowing you to drop in whichever header files you happen to need for your project. Internal dependencies are kept to a minimum, and only a few pieces of the library (usually ones that rely on OS calls) require linking to a static library or DLL. The library has no external dependencies and supports both Windows and any POSIX compatible system.

Features