- Added the Erlang Term Storage implementation as
rememo/ets/memo
. This has reduced overhead compared to the original OTP implementation, which required message-passing to agleam_otp/actor
holding the memoization state. - The original module was renamed from
rememo
torememo/otp/memo
. - Fixed a bug with the OTP implementation that was unnecessarily updating the cache with K-V pairs that already existed
- Initial release.