This is a quick change of core.cpuid, to be usable in programs without a runtime.
Reading files without the D runtime.
Save/Restore floating-point FPU/SSE state for every plug-in callback.
Multiple writers, multiple readers interlocked queue.
This module implements an associative array. @nogc associative array, replacement for std::map and std::set. Implementation of Red Black Tree from Phobos.
DSP utility functions.
Various @nogc alternatives. This file includes parts of std.process, std.random, std.uuid.
@nogc random numbers and UUID generation.
Home of RingBufferNoGC and the mighty TimedFIFO.
This file provides ScopedForeignCallback to be used in every callback, and use to provide runtime initialization (now unused).
Loading and unloading shared libraries.
Mutexes, semaphores and condition variables.
Threads and thread-pool.
Simple version of traits from std.traits, for the purpose of faster compile times.
Defines Vec, reallocBuffer and memory functions.