in reply to Re: Challenge Problem: Merging Network Addresses
in thread Challenge Problem: Merging Network Addresses
I can believe that Net::CIDR is the fastest way to do this in Perl. Unfortunately, it may be too slow. My test program took about 2.5 minutes to process test file nm5.in. The C program is about 120-150 times faster.
That's a bummer. I was hoping that there would be a Perl solution that would be fast enough to be useful.
--
Mark Dominus
Perl Paraphernalia
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Challenge Problem: Merging Network Addresses
by tachyon (Chancellor) on Oct 12, 2001 at 04:42 UTC | |
by Dominus (Parson) on Oct 12, 2001 at 21:10 UTC |