From fcd16c21c2f26094b74a9022a2eae8f1399c7239 Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 17 Mar 2019 15:23:02 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 345bbd7..dae3a04 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ For a full writeup explaining the design and benefits of the Parallel Hashmap, please click [here](https://greg7mdp.github.io/parallel-hashmap/). -> This repository borrowed a lot of code from the [abseil-cpp](https://github.com/abseil/abseil-cpp) repository, notably for the implementations of `phmap::flat_hash_map`, `phmap::flat_hash_set`, `phmap::node_hash_map` and `phmap::node_hash_set`. Please be aware that the code from [abseil-cpp](https://github.com/abseil/abseil-cpp) has been modified, and may behave differently that the original. This repository should be construed as an independent work, with no guarantees of any kind implied or provided by the authors. +> This repository borrowed a lot of code from the [abseil-cpp](https://github.com/abseil/abseil-cpp) repository, notably for the implementations of `phmap::flat_hash_map`, `phmap::flat_hash_set`, `phmap::node_hash_map` and `phmap::node_hash_set`. Please be aware that the code from [abseil-cpp](https://github.com/abseil/abseil-cpp) has been modified, and may behave differently that the original. +This repository should be construed as an independent work, with no guarantees of any kind implied or provided by the authors.