GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities.
source/tanya | ||
.gitignore | ||
.travis.yml | ||
dub.json | ||
LICENSE | ||
README.md |
Tanya
tanya is a general purpose library for D programming language that doesn't rely on the Garbage Collector.
Overview
The library consists of the following packages:
async
: Event loop.containers
: Queue, Vector, Singly linked list.crypto
: Work in progress TLS implementation.memory
: Tools for manual memory management (allocator, reference counting, helper functions).network
: URL-Parsing, sockets.