Skip to content

Instantly share code, notes, and snippets.

View sapphirecat's full-sized avatar
🎼
Out living life

Sapphire Cat sapphirecat

🎼
Out living life
View GitHub Profile
@sapphirecat
sapphirecat / benchmark.pl
Last active August 29, 2015 14:01 — forked from schwern/gist:896004
Perl object access showdown, incl. Class::XSAccessor
#!/usr/bin/env perl
use strict;
use warnings;
use Carp;
BEGIN {
# uncomment to test pure Perl Mouse
# $ENV{MOUSE_PUREPERL} = 1;