Tag: Sorting articles

  • Sorting Titles Without Articles Fast

    Mark Dalrymple wrote an interesting article about the speed difference between isEqual: and isEqualToString: methods. Choosing between these methods is a small decision programmers make everyday. The article should reaffirm readers beliefs that concentrating on readability is more important than performance. The short of it is that he runs the methods 10 million times to…