Binary string comparison/sort vs Dictionary string comparison/sort [closed]
what is other difference than performance ?
cheers, /Marcin
Well it depends on the sorting technique and how big the strings are. The other different other than performance would be the memory usage. Dictionary one will use more memory depending on the size of the string.
精彩评论