Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxmind/maxmind-db-reader-xs

Fast XS implementation of MaxMind DB reader
https://github.com/maxmind/maxmind-db-reader-xs

geoip geoip2 maxmind mmdb

Last synced: about 2 months ago
JSON representation

Fast XS implementation of MaxMind DB reader

Awesome Lists containing this project

README

        

== Running valgrind

This distro ships with a valgrind suppressions file that suppresses leaks that
occur from inside the Perl core as well as leaks from other modules.

You can valgrind with a command like this:

./Build && \
valgrind --leak-check=full --num-callers=50 --suppressions=./valgrind.supp \
-- perl -Mblib -I ../MaxMind-DB-Reader-perl/lib/ t/MaxMind/DB/Reader.t

This assumes you have the MaxMind-DB-Reader-perl repo checked out in the
parent directory.