objective c - How NSDictionary algorithm works in iOS? -


i need understand how nsdictionary algorithm works in ios?

i assuming using hashing algorithm internally in java hashmap uses concept of bucket , hashcode.

are mechanism of nsdictionary same of hashmap in java?

nsdictionary uses cfdictionary open source apple here.

also see let's build nsmutabledictionary mike ash.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -