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
Post a Comment