EKAlgorithms
EKAlgorithms copied to clipboard
EKAlgorithms contains some well known CS algorithms & data structures.
E.g https://github.com/stanislaw/FoundationExtensions/blob/master/FoundationExtensions.podspec
See amazing http://fauxpasapp.com tool.
Every single loop will be faster without any additional computations and methods call. E.g "[array count]" in loop such as "for (NSUinteger i = 0; i < [array count]; i++)"...
I found AppKit framework have already implement tree structure, and I will rewrite tree related code if possible.