diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-03-15 19:10:24 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-03-27 05:08:28 +0200 |
| commit | 1adc4cd86832013030b313323656ab04e8cee108 (patch) | |
| tree | 30f39b9a17c6c483f645106a6e880763c0b88b36 /README.md | |
| parent | 8faccbada47431d1c0678b75c1819443fd5727fa (diff) | |
| download | tanya-1adc4cd86832013030b313323656ab04e8cee108.tar.gz | |
Add hash.lookup module
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,12 +26,13 @@ Tanya consists of the following packages and (top-level) modules: * `algorithm`: Collection of generic algorithms. * `async`: Event loop (epoll, kqueue and IOCP). * `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8 -string, Hash set. +string, Hash table. * `conv`: This module provides functions for converting between different types. * `encoding`: This package provides tools to work with text encodings. * `exception`: Common exceptions and errors. * `format`: Formatting and conversion functions. +* `hash`: Hash algorithms. * `math`: Arbitrary precision integer and a set of functions. * `memory`: Tools for manual memory management (allocators, smart pointers). * `meta`: Template metaprogramming. This package contains utilities to acquire |
