clintongormley / Elastic-Model

Use ElasticSearch as a NoSQL database in Perl
9 stars 8 forks source link

Make inflators and deflators inlineable #22

Closed clintongormley closed 11 years ago

clintongormley commented 11 years ago

Currently the inflators and deflators use Moose methods at runtime. Instead they should be inlined to improve performance. Also, the inlined flators need to accept non-inlineable coderefs as specified by the user.