You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
due to the overhead of generating the memoization key, it will always be slower than monkeypatching ruby methods.
i don't know if the term 'super slow' is appropriate thought. it's meant for optimizing 3rd party calls like http, which are really slow, like magnitudes more slowly.
if you are looking for a hot spot code optimization, this is not for you.
This is a cool gem, but it's super slow compared to alternatives. Are there plans to improve on that?
Here is a simple benchmark against memo-it and memoist
The text was updated successfully, but these errors were encountered: