summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-03-15 19:10:24 +0100
committerEugen Wissner <belka@caraus.de>2018-03-27 05:08:28 +0200
commit1adc4cd86832013030b313323656ab04e8cee108 (patch)
tree30f39b9a17c6c483f645106a6e880763c0b88b36 /README.md
parent8faccbada47431d1c0678b75c1819443fd5727fa (diff)
downloadtanya-1adc4cd86832013030b313323656ab04e8cee108.tar.gz
Add hash.lookup module
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c372ef2..3323942 100644
--- a/README.md
+++ b/README.md
@@ -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