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
Following discussions on #871 (on here and IRL with @fpagnoux) we've identified a few "sticks" that should be moved out of the way before implementing some performance optimizations that seem quite promising (split-and-combine, and possibly later taking advantage of static analysis to prune the computation tree ahead of time).
These include #885 and #886 to warm up. The next significant bit is to make the caching API explicit.
The text was updated successfully, but these errors were encountered:
Following discussions on #871 (on here and IRL with @fpagnoux) we've identified a few "sticks" that should be moved out of the way before implementing some performance optimizations that seem quite promising (split-and-combine, and possibly later taking advantage of static analysis to prune the computation tree ahead of time).
These include #885 and #886 to warm up. The next significant bit is to make the caching API explicit.
The text was updated successfully, but these errors were encountered: