summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-06-21 00:14:50 +0200
committerGitHub <[email protected]>2020-06-21 00:14:50 +0200
commit666390920c458a363964864c5c455b8ed2139503 (patch)
tree7f26ae3f771c23f80da9c775b5eded86175d4bb4
parent218dacfe2f4a025fff090ee3d405baa58a64120e (diff)
downloadSTC-modified-666390920c458a363964864c5c455b8ed2139503.tar.gz
STC-modified-666390920c458a363964864c5c455b8ed2139503.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4d69a12c..65308788 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,11 @@ 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
+- **cstring.h** - Compact and powerful **string** class.
- **cvector.h** - Dynamic generic **vector** class.
- **chash.h** - Unordered **map** and **set**.
- **carray.h** - Multi-dimensional dynamic **array**
-- **clist.h** - A circular singly linked **list**, suited to be used as **queue** (supports pushBack, pushFront, and popFront).
+- **clist.h** - A circular singly linked **list**, suited to be used as **queue**. Supports *pushBack, pushFront, and popFront*, as well as *splice* functions and (merge) *sorting*.
- **coption.h** - Header-only implementation of **getopt_long**-like function, to parse command line arguments.
- **crandom.h** - Header-only collection of efficent modern random number generators **xoroshiro128ss**, **sfc32/64** and Mersenne Twister **mt19937**. It also implements the crypto-strong **siphash** algorithm.