arey / java-object-mapper-benchmark

JMH benchmark of Java object-to-object mapping frameworks
287 stars 53 forks source link

Upgrade Orika version and use BoundMapperFacade #1

Closed tmonney closed 9 years ago

tmonney commented 9 years ago

The benchmarked version of Orika is old. The latest version supports a new BoundMapperFacade that brings substantial performance improvements.

A pull request addressing this issue is in the works.

arey commented 9 years ago

Thanks Thierry for that improvement. I take it into account in my last commit. I will relaunch a full benchmark to update the readme.