Skip to content

Version 0.4.0

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