From f718b8b2b8fe7e96697a9feb41576c84e386b46b Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 18 Mar 2019 21:31:27 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d60cb6..6aed198 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Parallel Hashmap: Extremely fast and memory friendly +# The Parallel Hashmap: Very fast, and memory friendly as well Click here [For a full writeup explaining the design and benefits of the Parallel Hashmap](https://greg7mdp.github.io/parallel-hashmap/).