digitalmars.D.learn - Why implement AAs using lists instead of hashtable?
What can a list implementation of AAs do that an array based hashtable implementation cannot do?
Aug 14 2006
nobody wrote:What can a list implementation of AAs do that an array based hashtable implementation cannot do?IIRC AA's /are/ done with a hash and only use lists to resolve hash collisions.
Aug 14 2006
BCS wrote:nobody wrote:Thanks for the reply. That certainly makes them more usable!What can a list implementation of AAs do that an array based hashtable implementation cannot do?IIRC AA's /are/ done with a hash and only use lists to resolve hash collisions.
Aug 14 2006