From 1adc4cd86832013030b313323656ab04e8cee108 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 15 Mar 2018 19:10:24 +0100 Subject: Add hash.lookup module --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3