xKDR / Survey.jl

Analysis of complex surveys
https://xkdr.github.io/Survey.jl/
GNU General Public License v3.0
53 stars 19 forks source link

Code profiling and bechmarking #269

Open smishr opened 1 year ago

smishr commented 1 year ago

Optimise computation or allocation intensive functions and algorithms in the main codebase.

Review important computation intensive functions like

Pre-allocation like here also helps optimise runtime, especially in memory heavy operations on DataFrames like adding new replicate weights