whereToApplication / whereTo

trip planning application
3 stars 0 forks source link

Make slicing into sub-arrays more efficient - iOS #45

Open krrishdholakia opened 5 years ago

krrishdholakia commented 5 years ago

Currently array slicing is done by running a for-loop for build up. this could be done more efficiently with libraries like Surge (https://github.com/mattt/Surge)