mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
Update README.md
This commit is contained in:
@@ -68,8 +68,10 @@ Key points:
|
|||||||
- The `parallel` hash maps are preferred when you have a few hash maps that will store a very large number of values. The `non-parallel` hash maps are preferred if you have a large number of hash maps, each storing a relatively small number of values.
|
- The `parallel` hash maps are preferred when you have a few hash maps that will store a very large number of values. The `non-parallel` hash maps are preferred if you have a large number of hash maps, each storing a relatively small number of values.
|
||||||
|
|
||||||
- The benefits of the `parallel` hash maps are:
|
- The benefits of the `parallel` hash maps are:
|
||||||
a. reduced peak memory usage (when resizing), and
|
|
||||||
b. multithreading support (and inherent internal parallelism)
|
... a. reduced peak memory usage (when resizing), and
|
||||||
|
|
||||||
|
... b. multithreading support (and inherent internal parallelism)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user