
Net::SNMP::XS - speed up Net::SNMP by decoding in XS, with limitations

use Net::SNMP::XS; # loading it is enough, there are no public symbols

This module tries to speed up Net::SNMP response packet decoding.
It does this by overriding a few selected internal method by (almost) equivalent XS methods.
This currently reduces decode time by a factor of ten for typical bulk responses.
There are currently the following limitations when using this module:

Marc Lehmann <schmorp@schmorp.de> http://home.schmorp.de/