GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities.
Go to file
Eugen Wissner 5e6f8446d8 Add an abandoned notice 2016-10-08 20:45:03 +02:00
source/tanya Fix missing semicolons in echo server example 2016-10-08 19:43:40 +02:00
.gitignore Ignore static libraries and object files 2016-08-25 12:21:39 +02:00
LICENSE Initial commit 2016-08-24 18:07:18 +02:00
README.md Add an abandoned notice 2016-10-08 20:45:03 +02:00
dub.json Add code 2016-08-24 18:15:21 +02:00

README.md

This repository is abandoned

Please note that this repository is now abandoned. I'm currently working on merging the code into dlib.

This repository will be kept alive for some time for reference purpose and as a sandbox for new features.

D event loop

tanya's mission was to provide a GC-free, general purpose library for D programming language for developing servers. Since dlib follows similar rules I decided that it would be better to extend and improve an existing library. Dlib has some features like containers I can build on without developing everything by myself.