• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Build Settings for Release: App/Library is bloated
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Build Settings for Release: App/Library is bloated
      • From: WT <email@hidden>
References: 
 >Build Settings for Release: App/Library is bloated (From: Miles <email@hidden>)
 >Re: Build Settings for Release: App/Library is bloated (From: Kyle Sluder <email@hidden>)
 >Re: Build Settings for Release: App/Library is bloated (From: Miles <email@hidden>)
 >Re: Build Settings for Release: App/Library is bloated (From: Kyle Sluder <email@hidden>)
 >Re: Build Settings for Release: App/Library is bloated (From: Miles <email@hidden>)
 >Re: Build Settings for Release: App/Library is bloated (From: WT <email@hidden>)

  • Prev by Date: Re: Build Settings for Release: App/Library is bloated
  • Next by Date: Converting String Representations at Runtime
  • Previous by thread: Re: Build Settings for Release: App/Library is bloated
  • Next by thread: Re: Build Settings for Release: App/Library is bloated
  • Index(es):
    • Date
    • Thread