diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-05-29 10:58:37 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-05-29 10:58:37 +0200 |
| commit | 25791775e60112213dd9acff65e7b5ca377fc455 (patch) | |
| tree | 036750ab13f6e662551834defdc0681629492e29 /README.md | |
| parent | f013e2f1f40d300fafc7696f811c067a70d11bf1 (diff) | |
| download | tanya-25791775e60112213dd9acff65e7b5ca377fc455.tar.gz | |
Add information about the Set to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -24,7 +24,7 @@ Tanya consists of the following packages: * `async`: Event loop (epoll, kqueue and IOCP). * `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8 -string. +string, Hash set. * `math`: Arbitrary precision integer and a set of functions. * `memory`: Tools for manual memory management (allocator, reference counting, helper functions). @@ -48,7 +48,6 @@ Following modules are under development: | BitVector | bitvector | [](https://travis-ci.org/caraus-ecms/tanya) [](https://ci.appveyor.com/project/belka-ew/tanya/branch/bitvector) | | TLS | crypto | [](https://travis-ci.org/caraus-ecms/tanya) [](https://ci.appveyor.com/project/belka-ew/tanya/branch/crypto) | | File IO | io | [](https://travis-ci.org/caraus-ecms/tanya) [](https://ci.appveyor.com/project/belka-ew/tanya/branch/io) | -| Hash table | horton-table | [](https://travis-ci.org/caraus-ecms/tanya) [](https://ci.appveyor.com/project/belka-ew/tanya/branch/horton-table) | ### Further characteristics |
