Closed AlexWayfer closed 5 years ago
Could you please provide the whole benchmark script?
I have provided. Memery
— the file from master
, MemeryNew
— renamed version from this PR.
@tycooon is this in a review-able state now?
FYI, I benchmarked memery vs Memoist. With the published gem version, memery is 1.32x slower & allocates 1.92x more. With this fix, it's roughly identical:
Comparison:
memoist: 417894.3 i/s
memery: 405734.6 i/s - same-ish: difference falls within error
memoist: 192 allocated
memery: 200 allocated - 1.04x more