-
|
Say I have a dict of a set size I need to make. Currently, I would reply upon the internal allocator. What if I want to allocate of a set bucket to begin with? |
Beta Was this translation helpful? Give feedback.
Answered by
P-p-H-d
Oct 8, 2025
Replies: 1 comment
-
|
You can use the dict_reserve API for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
P-p-H-d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the dict_reserve API for that.