Re: Core Data search optimizations

2011-07-15 Thread Indragie Karunaratne
The mailing list really isn't a place to advertise your products and my question was specifically in regards to Core Data. I'm not interested in alternate database frameworks. On 2011-07-15, at 2:36 AM, Ruslan Zasukhin wrote: > On 7/15/11 1:59 AM, "Indragie Karunaratne" wrote: > >> Thanks for

Re: Core Data search optimizations

2011-07-14 Thread Indragie Karunaratne
Thanks for the replies. However, my app is already built on top of Core Data so switching to another framework isn't really an option. On 2011-07-14, at 2:58 PM, Ruslan Zasukhin wrote: > On 7/14/11 9:15 PM, "Indragie Karunaratne" wrote: > > Hi Indragie, > > You may want to consider just to

Re: Core Data search optimizations

2011-07-14 Thread Heath Borders
I would use CLucene for this. It isn't as easy to use as CoreData (it is written in C++, so you'll need some Objective-C++ as a shim at a minimum), but it is powerful and VERY fast. -Heath >From my iTouch4 On Jul 14, 2011, at 1:17 PM, Indragie Karunaratne wrote: > Hi guys, > > I'm working on a