Skip to content

Instantly share code, notes, and snippets.

View memowe's full-sized avatar
🦉

Mirko Westermeier memowe

🦉
View GitHub Profile
@memowe
memowe / gist:bcba1191b1335b664f00df39ee10d5af
Created June 18, 2018 07:26 — forked from schwern/gist:896004
Benchmarking simple accessors, Moose vs Mouse vs Moo vs hand written vs a hash
#!/usr/bin/env perl
use strict;
use warnings;
use Carp;
BEGIN {
# uncomment to test pure Perl Mouse
# $ENV{MOUSE_PUREPERL} = 1;