<div dir="ltr"><div dir="ltr"><div>Hi All,</div><div><br></div><div>  I was just looking at the code of dict, I have one query current dictionary logic.</div><div>  I am not able to understand why we use hash_size is 1 for a dictionary.IMO with the </div><div>  hash_size of 1 dictionary always work like a list, not a hash, for every lookup</div><div>  in dictionary complexity is O(n).</div><div><br></div><div>  Before optimizing the code I just want to know what was the exact reason to define</div><div>  hash_size is 1?</div><div> </div><div>  Please share your view on the same. </div><div><br></div><div>Thanks,</div><div>Mohit Agrawal  </div></div></div>