GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities.
Go to file
Eugen Wissner 78bd901339 Add short description of the packages to the README 2016-12-07 23:16:49 +01:00
source/tanya Implement own dispose 2016-12-07 11:01:51 +01:00
.gitignore Ignore static libraries and object files 2016-08-25 12:21:39 +02:00
LICENSE Initial commit 2016-08-24 18:07:18 +02:00
README.md Add short description of the packages to the README 2016-12-07 23:16:49 +01:00
dub.json Add code 2016-08-24 18:15:21 +02:00

README.md

Overview

tanya is a general purpose library for D programming language that doesn't rely on the Garbage Collector.

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.