2016-12-08 15:07:58 +01:00
2016-08-24 18:15:21 +02:00
2016-08-24 18:07:18 +02:00

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.
Description
GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities.
Readme 2.1 MiB
Languages
D 100%