-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
performancePerformance analysis or optimizationPerformance analysis or optimization
Description
One of the big downsides of AbstractDifferentiation.jl is the heavy use of (sometimes nested) closures and if-based dispatch, which generates type instability. I think many of those are fixable, in the worst case by replacing closures with callable structs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
performancePerformance analysis or optimizationPerformance analysis or optimization