Re: The Judy algorithm

2003-03-11 Thread Tim Bunce
ead. I emailed Doug [CC'd] with your concerns. Here's his reply. Tim. From: [EMAIL PROTECTED] Subject: Re: (Fwd) Re: The Judy algorithm Date: Mon, 10 Mar 2003 22:40:25 Tim: I will try to reply to your concerns below. > Doug, > > I've just flagged Judy to the perl6-int

Re: The Judy algorithm

2003-03-10 Thread Elizabeth Mattijsen
At 10:37 + 3/10/03, Tim Bunce wrote: I think this might be interesting to some of you... "Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets."

Re: The Judy algorithm

2003-03-10 Thread Leopold Toetsch
Tim Bunce wrote: I think this might be interesting to some of you... http://sourceforge.net/projects/judy Indeed. Maybe someone can wrap up list.c and/or hash.c and compare performance for typical usage patterns - however they look like - but mainly linear in arrays I presume. t/src/intlist a

The Judy algorithm

2003-03-10 Thread Tim Bunce
I think this might be interesting to some of you... "Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets." http://judy.sourceforge.net/applicatio