Re: [android-developers] 500-600 Thousand Words Dict Search Speed

2011-12-21 Thread Kristopher Micinski
On Thu, Dec 22, 2011 at 1:57 AM, Christopher Van Kirk wrote: > I didn't get a second request, and if you check out the date, looks like you > didn't either. That mail is 3 days old. > So we didn't get a second request, but we *did* answer it already, according to calendar time, and google groups.

Re: [android-developers] 500-600 Thousand Words Dict Search Speed

2011-12-21 Thread Christopher Van Kirk
I didn't get a second request, and if you check out the date, looks like you didn't either. That mail is 3 days old. On 12/22/2011 11:42 AM, Kristopher Micinski wrote: Wait, didn't we answer this already? Try a database first and profile it, if you can't use that, then use a Trie. kris On Mo

Re: [android-developers] 500-600 Thousand Words Dict Search Speed

2011-12-21 Thread Jim Graham
On Thu, Dec 22, 2011 at 01:07:23AM -0500, william lester wrote: > Skyfire try it. Welcome to /dev/null -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] 500-600 Thousand Words Dict Search Speed

2011-12-21 Thread william lester
Skyfire try it. On Thursday, December 22, 2011, Jim Graham wrote: > On Wed, Dec 21, 2011 at 10:42:42PM -0500, Kristopher Micinski wrote: >> Wait, didn't we answer this already? > > I thought we did > > Later, > --jim > > -- > THE SCORE: ME: 2 CANCER: 0 > 73 DE N5IAL (/4)MiSTie #

Re: [android-developers] 500-600 Thousand Words Dict Search Speed

2011-12-21 Thread Jim Graham
On Wed, Dec 21, 2011 at 10:42:42PM -0500, Kristopher Micinski wrote: > Wait, didn't we answer this already? I thought we did Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4)MiSTie #49997 < Running FreeBSD 7.0 > spooky1...@gmail.com ICBM/Hurricane: 30.44406N 86.599

Re: [android-developers] 500-600 Thousand Words Dict Search Speed

2011-12-21 Thread Kristopher Micinski
Wait, didn't we answer this already? Try a database first and profile it, if you can't use that, then use a Trie. kris On Mon, Dec 19, 2011 at 11:27 PM, tomyth wrote: > Hi! > I'm working on a dict app on android, > I need to search a list of words(about 500-600 thousand words) in file > to find

[android-developers] 500-600 Thousand Words Dict Search Speed

2011-12-21 Thread tomyth
Hi! I'm working on a dict app on android, I need to search a list of words(about 500-600 thousand words) in file to find the word. It took me about 10-20 seconds to search the word. How can I improve the search speed? Thanks to all! tomyth_android -- You received this message because you are s