About a year ago I mentioned an interesting library that allowed you to create complex data queries inspired by Microsoft’s LINQ framework.
Here is a library from Jérôme Morissard that provides an alternative to Core Data fetch requests, and NSArray predicate filters for searching through large amounts of data with some advantages called PermissiveResearch.
PermissiveResearch utilizes a customizable algorithm for searching through data that allows for mistakes, provides higher performance, and 3 different options are available. An example is included.
Here’s an image from the readme showing the library at work:
You can find PermissiveResearch on Github here.
A nice alternative for searching through data.
- UICollectionView Based Component For Automatically Creating Balanced Photo Galleries
- Open Source: Active Record Library For SQLite Databases In iOS Apps
- Best Resources In iOS Development – April 16th, 2012
- Iphone Sqlite vs. Core Data – Which to choose?
- Best Resources In iOS Development – June 11th, 2012
Original article: iOS Library Providing Easier Data Searching Using An Adjustable Algorithm Allowing Mistakes
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.