Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rawleyfowler/perl-oo-action-benchmark

Benchmarking Perl (and other languages)'s OO instantiation costs using the Action pattern
https://github.com/rawleyfowler/perl-oo-action-benchmark

Last synced: 13 days ago
JSON representation

Benchmarking Perl (and other languages)'s OO instantiation costs using the Action pattern

Awesome Lists containing this project

README

        

# OO Action Benchmark

A Perl OO benchmark between some popular options.

## Results

```
PERL TIME : 477.688ms
PERL + TYPES TIME : 524.413ms
CORINNA TIME : 564.295ms
MOO TIME : 951.81ms
MOO + TYPES TIME : 2277.278ms
MOOSE TIME : 11591.809ms
MOOSE IMMU TIME : 1198.983ms
MOOSE + TYPES TIME : 14038.702ms
RUBY TIME : 171.278ms
RAKU TIME : 967.941ms
GOLANG TIME : 32.712ms
PYTHON TIME : 143.93ms
NQP TIME : 497.764ms
PHP TIME : 65.939ms
JS TIME : 55.945ms
```

You can read my blog post about these findings here.