Revision history for Perl extension Net::IP::LPM.
1.03 Tue Sept 20 2013
- code update to work on Windows platform
- removed dependencu on DBFile package
- little performance increased (4-5%)
1.02 Fri Sept 16 2013
- critical part of code moved to C
- algo changed from prefix search to Trie
- significant performance increase (5-10 times faaster)
- methos ->info added
0.03 Fri Mar 15 2013
- byte order buf fix (bug appear when mathcing x.y.z.a/4 mask)
- non existing prefix returns undef instead of empty string
0.02 Sat Jan 12 2013
- code updated to be compatible with perl 6.2.2
- first stable version
0.01_02 Mon Jan 7 2013
- tests updated to be platform independend
0.01_01 Sun Dec 16 2012
- initial version - pre release