GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities.
Go to file
Eugen Wissner 40857e69b7 Add capacity capabilities to the vector 2016-12-18 18:48:25 +01:00
source/tanya Add capacity capabilities to the vector 2016-12-18 18:48:25 +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 Fix subtraction of numbers with different signs 2016-12-08 18:30:22 +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.

The library is currently in development.

Overview

Tanya consists of the following packages:

  • async: Event loop.
  • container: Queue, Vector, Singly linked list.
  • crypto: Work in progress TLS implementation.
  • math: Multiple precision integer and a set of functions.
  • memory: Tools for manual memory management (allocator, reference counting, helper functions).
  • network: URL-Parsing, sockets.