iOS Library Providing Easier Data Searching Using An Adjustable Algorithm Allowing Mistakes

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:
PermissiveResearch

You can find PermissiveResearch on Github here.

A nice alternative for searching through data.

FacebookTwitterDiggStumbleUponGoogle Plus

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.

Leave a Reply

Your email address will not be published. Required fields are marked *