"vscode:/vscode.git/clone" did not exist on "f3107559bee963f1345956581f90722e7c79be81"
Optimize dictExpand of empty dict (#12847)
If a dict is empty before `dictExpand`, we don't need to do rehashing actually. We can just create a new dict and set it as ht_table[0] to skip incremental rehashing and free the memory quickly.
Please register or sign in to comment