Re: Looking for a good Radix tree (Patricia) library in fedora

2010-11-22 Thread Philip Prindeville
On 11/16/10 9:02 PM, Kevin Kofler wrote: Philip Prindeville wrote: Not sure if the threading support is needed or not... plus it might mean that it package only works on Linux (and not Win32, which Perl requires be supported). From the site: threads and synchronization: cprops provides a

Re: Looking for a good Radix tree (Patricia) library in fedora

2010-11-16 Thread Kevin Kofler
Philip Prindeville wrote: Not sure if the threading support is needed or not... plus it might mean that it package only works on Linux (and not Win32, which Perl requires be supported). From the site: threads and synchronization: cprops provides a pthread-like api. On unix platforms these

Re: Looking for a good Radix tree (Patricia) library in fedora

2010-11-05 Thread Philip Prindeville
Well, there's the cprops library, but I'd need to make a package out of that first http://cprops.sourceforge.net/ Seems like this might be generically useful (i.e. not just for radix tries but the other search types). Not sure if the threading support is needed or not... plus it might

Looking for a good Radix tree (Patricia) library in fedora

2010-10-31 Thread Philip Prindeville
I'm the CPAN owner of Net::Patricia (perl-Net-Patricia.rpm) and it currently supports IPv4 and IPv6. Both are done with specialized data structures. I'm looking for something that handles a more generic binary data blob... so that I could have arbitrary searches. For instance, in Perl, I