|
Home > Archive > Unix Programming > April 2006 > Net::Patricia for C
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Net::Patricia for C
|
|
|
|
Hi,
I'm looking for a C implementation (source) with functionality
similar to the Net::Patricia PERL module.
If you know one please let me now.
Regards,
Mark.
| |
| Tim Heaney 2006-04-27, 7:55 am |
| Mark <markdv@tiscali.nl> writes:
>
> I'm looking for a C implementation (source) with functionality
> similar to the Net::Patricia PERL module.
Net::Patricia is written in C. The source and header files are in the
tar ball. There's even a demo program
http://search.cpan.org/src/PLONKA/N...014/demo/demo.c
I hope this helps,
Tim
| |
|
| On Fri, 14 Apr 2006 08:07:30 -0400, Tim Heaney wrote:
> Mark <markdv@tiscali.nl> writes:
>
> Net::Patricia is written in C. The source and header files are in the
> tar ball. There's even a demo program
>
> http://search.cpan.org/src/PLONKA/N...014/demo/demo.c
>
> I hope this helps,
>
Yes, even though I have since come to the conclusion that what I need to
solve my problem is something not quite a patricia trie it was helpfull to
take a look at this code. Thnx for the pointer.
Regards,
Mark.
|
|
|
|
|