GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities.
Go to file
Eugen Wissner 77dca31261 Add license info 2016-12-08 15:07:58 +01:00
source/tanya Add opBinary for the other math operations on Integer 2016-12-08 14:51:49 +01:00
.gitignore Ignore static libraries and object files 2016-08-25 12:21:39 +02:00
.travis.yml Add license info 2016-12-08 15:07:58 +01:00
LICENSE Initial commit 2016-08-24 18:07:18 +02:00
README.md Add license info 2016-12-08 15:07:58 +01:00
dub.json Add code 2016-08-24 18:15:21 +02:00

README.md

Tanya

Build Status License

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.