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
Comemo now uses a global cache instead of thread-local one. As a result, return values of memoized functions and inputs to tracked functions must now be Send and Sync. (Thanks to @Dherse)
The internal data structures have also been optimized to speed comemo up (Thanks to @Dherse)