Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code profiling and bechmarking #269

Open
4 tasks
smishr opened this issue Feb 27, 2023 · 0 comments
Open
4 tasks

Code profiling and bechmarking #269

smishr opened this issue Feb 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request softeng Software engineering and integration related

Comments

@smishr
Copy link
Contributor

smishr commented Feb 27, 2023

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 smishr added enhancement New feature or request softeng Software engineering and integration related labels Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request softeng Software engineering and integration related
Projects
None yet
Development

No branches or pull requests

2 participants