Survey.jl icon indicating copy to clipboard operation
Survey.jl copied to clipboard

Code profiling and bechmarking

Open smishr opened this issue 2 years ago • 0 comments

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

Review important computation intensive functions like

  • [ ] bootweights
  • [ ] bydomain
  • [ ] ReplicateDesign
  • [ ] SurveyDesign

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

smishr avatar Feb 27 '23 08:02 smishr