Re: Build Settings for Release: App/Library is bloated
Re: Build Settings for Release: App/Library is bloated
- Subject: Re: Build Settings for Release: App/Library is bloated
- From: Miles <email@hidden>
- Date: Sun, 12 Apr 2009 14:55:35 -0700
Thanks Wagner. I'm actually just needing to verify if a word is in the
dictionary, but maybe this is still a good choice? If I don't need to search
for shared prefixes would I be better off using sqlite so i don't have to
load it all into memory?
On Sun, Apr 12, 2009 at 2:34 PM, WT <email@hidden> wrote:
> I you're trying to search for shared prefixes, you might want to store your
> data in a data structure better suited for such tasks, such as a Trie <
> http://en.wikipedia.org/wiki/Trie>. Tries are fast and compact.
>
> Implementing a Trie isn't very difficult and, since it's such a commonly
> used data structure for string-related tasks, you'll be able to find good
> implementations on the web.
>
> Wagner
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden