From a28739187cc55d2440d7a3c1b35bb9379e42de4c Mon Sep 17 00:00:00 2001 From: William Katz Date: Wed, 12 May 2021 00:02:20 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71c7ddb..dc77bc9 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Go to `{ip}/BankF/help` to see the bank's methods (also found in releases as hel ### Performance -- **NOT** written in Lua +- **NOT** written in Lua, like a OC/CC implementation - 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 benefits from multi-threaded