nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#819 NR Solver Sort Performance Improvements, #2550

Closed nikhilgupta10 closed 7 years ago

nikhilgupta10 commented 7 years ago

Ticket to replace a merge sort with an insertion sort in the NR solver. Also includes the use of a sparse matrix representation. Profiling showed the majority of run time for large models was consumed in the merge sort.

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: "kelv":Code checked in to ticket 819 as r4680.
Ready for review / merge.

,

"jcfuller": * status changed from new to assigned

Diff: