MaxMind::DB::Reader::XS - Fast XS implementation of MaxMind DB reader
version 1.000003
my $reader = MaxMind::DB::Reader->new( file => 'path/to/database.mmdb' );
my $record = $reader->record_for_address('1.2.3.4');
Simply installing this module causes MaxMind::DB::Reader to use the XS implementation, which is much faster than the Perl implementation.
The XS implementation links against the libmaxminddb library.
See MaxMind::DB::Reader for API details.
This module uses semantic versioning as described by http://semver.org/. Version numbers can be read as X.YYYZZZ, where X is the major number, YYY is the minor number, and ZZZ is the patch number.
If you're running into install errors under Mac OS X, you may need to force a
build of the 64 bit binary. For example, if you're installing via cpanm
:
ARCHFLAGS="-arch x86_64" cpanm MaxMind::DB::Reader::XS
Please report all issues with this code using the GitHub issue tracker at https://github.com/maxmind/MaxMind-DB-Reader-XS/issues.
- Boris Zentner <[email protected]>
- Dave Rolsky <[email protected]>
- Ran Eilam <[email protected]>
- Greg Oschwald <[email protected]>
- Olaf Alders <[email protected]>
This software is Copyright (c) 2016 by MaxMind, Inc.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)