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

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