From 9d6b1e0f8c71e04d761736b57d13bbe293c4cbb9 Mon Sep 17 00:00:00 2001 From: William Katz Date: Thu, 22 Apr 2021 13:14:39 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d5bbad1..1f0197b 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,7 @@ Ideas: - **NOT** written in Lua - written in **C++**, arguably the fastest language - **multi-threaded** -- **parallel hashmaps** a far [superior](https://greg7mdp.github.io/parallel-hashmap/) HashMap implementation to the STD, that also benefit from multi-threaded -- **Passwords are Hashed** +- **parallel hashmaps** a far [superior](https://greg7mdp.github.io/parallel-hashmap/) HashMap implementation to the STD, that also benefits from multi-threaded - **Drogon** is a very fast [web framework](https://github.com/the-benchmarker/web-frameworks) ### Safety