diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-01-04 20:37:55 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-01-04 20:37:55 +0100 |
| commit | e27d0fe58cae50e9f592a8db6b5052a19f3bcba3 (patch) | |
| tree | 828ffaa328d59a4a0163a3f678df2beb1b5cdd3b /README.md | |
| parent | 67952dabdb28e504cdc0e34c9f7151e7ffb71ff2 (diff) | |
| download | tanya-e27d0fe58cae50e9f592a8db6b5052a19f3bcba3.tar.gz | |
Fix Vector.remove not destroying from the end copied elements
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ data structures and utilities that depend on the Garbage Collector in Phobos. Tanya consists of the following packages: -* `async`: Event loop. -* `container`: Queue, Vector, Singly linked list. +* `async`: Event loop (epoll, kqueue and IOCP). +* `container`: Queue, Vector, Singly linked list, buffers. * `crypto`: Work in progress TLS implementation. * `math`: Multiple precision integer and a set of functions. * `memory`: Tools for manual memory management (allocator, reference counting, |
