Skip to content

Version 0.4.0

Latest
Compare
Choose a tag to compare
@laurmaedje laurmaedje released this 07 Mar 09:38
  • 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)