Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
DEPRECATED
============

Memoist has been deprecated and we recommend the use of [MemoWise](github.com/panorama-ed/memo_wise). It is maintained, thread-safe and faster.

--------------

Memoist
=============

Expand Down Expand Up @@ -79,7 +86,7 @@ class Person
end
```

When a sub-class overrides one of its parent's methods and you need to memoize both.
When a sub-class overrides one of its parent's methods and you need to memoize both.
Then you can use the `:identifier` parameter in order to help _Memoist_ distinguish between the two.

```ruby
Expand Down
Loading