You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't allocate new memory for htkeys on adding new item if the dict has deleted slots (#1200)
It is an optimization that eliminates `malloc()`/`free()` calls for the
keys structure if it could be collapsed in-place.
---------
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
0 commit comments