nogc
There are 21 repositories under nogc topic.
atilaneves/automem
C++-style automatic memory management smart pointers for D
belka-ew/tanya
GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities
dhasenan/FastString
Strings in a hurry.
sociomantic-tsunami/ocean
General purpose, platform-dependent, high-performance library for D
atilaneves/fearless
Safe concurrency in D (`shared` made easier)
schveiguy/io
Core I/O functionality
tchaloupka/bc-string
String manipulation functions for dlang usable in @nogc and betterC.
submada/btl
Basic Template Library
submada/autoptr
Smart pointers for dlang
ikod/ikod-containers
some standard containers, safe, nogc
Inochi2D/inmath
Games math library for D
tspike2k/djinnprint
Type-safe, @nogc functions used to format data as text. Also -betterC compatible.
Moth-Tolias/fixedstring
a safe, nogc-compatible templated array type, originally for strings.
submada/basic-string
String for dlang
tchaloupka/jwtlited
Dlang JWT library.
drug007/usdt
Userland Statically Defined Tracing probes support in the D programming language
Moth-Tolias/ringbuffer
a simple ringbuffer template, compatible with safe and nogc.
tchaloupka/bindbc-gnutls
Dlang GnuTLS binding.
HeySoup/nogc-patch
Patch for Nintendo Switch homebrew nogc (no game card), if your game cards are not reading on your system your best bet is dragging the bootloader and atmosphere files included within this patch to the root of your sd card, this patch fixes the hekate portion of nogc and the atmosphere portion of nogc to guarantee the patch will be successful.
StratusQuo/EngineM
Memory Management in D: Support for Arena, Linear, Region, and FreeList allocation.
Moth-Tolias/expected
an alternative to exceptions, compatible with nogc and safe code.