There is an address-list containing many items.
Should I sort them for increase lookup performance, or lookup is order-independent?
In another words, is address-list checked linearly, using sorted tree or using hash keys?
using tree
There is an address-list containing many items.
Should I sort them for increase lookup performance, or lookup is order-independent?
In another words, is address-list checked linearly, using sorted tree or using hash keys?
using tree