From 90c2f70ec988d7a28bf524d06f00fc98f6309052 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Mon, 22 Jun 2020 15:15:46 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee16b9ee..22478132 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Introduction An elegant, modern, generic, customizable, typesafe, consistent, user-friendly, and very efficient standard container library for C99. This is a small headers only library with the most used container components, and a few algorithms: - **cstring.h** - Compact and powerful **string** class. - **cvector.h** - Dynamic generic **vector** class. -- **chash.h** - Unordered **map** and **set**. Highly customizable and fast. +- **chash.h** - Unordered **map** and **set** implemented as open hashing without tombstones. Highly customizable and fast. - **carray.h** - Multi-dimensional dynamic **array**, implemented as a single contiguous section of memory. - **clist.h** - A circular singly linked **list**, can be used as a **queue** (supports O(1) *pushBack, pushFront, and popFront*). Also contains various *splice* functions and (merge) *sorting*. - **coption.h** - Implementation of *getopt_long*-"like" function, *coption_get*, to parse command line arguments. -- cgit v1.2.3