GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities.
Go to file
Eugen Wissner b87aed4395 Add travis to README 2016-12-08 15:00:09 +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 travis 2016-12-08 14:58:59 +01:00
LICENSE Initial commit 2016-08-24 18:07:18 +02:00
README.md Add travis to README 2016-12-08 15:00:09 +01:00
dub.json Add code 2016-08-24 18:15:21 +02:00

README.md

Tanya

Build Status

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.