The memutils library provides a set of 4 enhanced allocators tweaked for better performance depending on the scope. A new allocation syntax comes with many benefits, including the easy replacement of allocators.
Allocators, I/O streams, math, geometry, image and audio processing for D
NuLib is an alternative standard library for the D Programming Language, this standard library focuses on allowing use of high level D constructs without a garbage collector. Additionally these constructs try but are not guaranteed to work with phobos constructs to some extent.
The module rcstring provides everything necessary to replace D's build-in strings with a reference counted version. It should be as easy as replacing all occurrences of the keyword string with String.
The main features of burner/std.rcstring are: General Containers.
Open-source alternatives to burner/std.rcstring include: dlang-community/containers — Containers. etcimon/memutils — The memutils library provides a set of 4 enhanced allocators tweaked for better performance depending on the scope. A… gecko0307/dlib — Allocators, I/O streams, math, geometry, image and audio processing for D. inochi2d/nulib — NuLib is an alternative standard library for the D Programming Language, this standard library focuses on allowing use… inochi2d/numem — Nu:Mem is a package for D which implements various nogc memory managment tools, allowing classes, strings, and more to… kapendev/joka — A nogc utility library for the D programming language. Joka provides data structures and functions that can work…