mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
Add background to memory usage equations
This commit is contained in:
@@ -144,10 +144,10 @@ When an ordering is not needed, a hash container is typically a better choice th
|
||||
|
||||
| type | memory usage | additional *peak* memory usage when resizing |
|
||||
|-----------------------|-------------------|-----------------------------------------------|
|
||||
| flat tables |  |  |
|
||||
| node tables |  |  |
|
||||
| parallel flat tables |  |  |
|
||||
| parallel node tables |  |  |
|
||||
| flat tables |  |  |
|
||||
| node tables |  |  |
|
||||
| parallel flat tables |  |  |
|
||||
| parallel node tables |  |  |
|
||||
|
||||
|
||||
- *size()* is the number of values in the container, as returned by the size() method
|
||||
|
||||
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
Reference in New Issue
Block a user