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
joinln(io, (IC, SBASE, REV, XFRRAT, NXFRAT, BASFRQ)) # Tuple to avoid type promotion
. The current situation is kind of messy, though. Assuming that the unrolling is actually useful for performance, I'd like to create a macro that does the same thing.
See 465e92f where the manual unrolling was implemented.
The text was updated successfully, but these errors were encountered:
Currently we have lots of manually unrolled blocks like this:
PowerFlows.jl/src/psse_export.jl
Lines 311 to 316 in 17b0423
because things like this were thought to be insufficiently performant in a tight loop:
PowerFlows.jl/src/psse_export.jl
Line 354 in f00e73b
. The current situation is kind of messy, though. Assuming that the unrolling is actually useful for performance, I'd like to create a macro that does the same thing.
See 465e92f where the manual unrolling was implemented.
The text was updated successfully, but these errors were encountered: