MaximeVH / EquivalentCircuits.jl

A julia package to either fit the parameters of a specified equivalent electrical circuit to electrochemical impedance data, or to suggest a plausible circuit configuration for a given set of measurements (either through a comparison of circuits from the literature, or through an evolutionary algorithm approach).
MIT License
22 stars 6 forks source link

Profile for memory allocation #39

Open ma-sadeghi opened 3 weeks ago

ma-sadeghi commented 3 weeks ago

I haven't done a thorough profiling, but the circuit search function seems to be allocating too much memory. In principle, if it can be deallocated, there's potential speed ups to be gained.