Replies: 1 comment
-
deque isn't really a node-based container, it allocates bigger chunks of memory which don't necessarily need pooling. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You provide node sizes for all other std containers, except deque. What would be a good node size for that?
For that matter, how can you determine the appropriate node size for other containers (for example google::dense_hash_map)?
Beta Was this translation helpful? Give feedback.
All reactions