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

Optimize everything for speed #5

Open
gasparl opened this issue May 6, 2022 · 0 comments
Open

Optimize everything for speed #5

gasparl opened this issue May 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@gasparl
Copy link
Owner

gasparl commented May 6, 2022

Although the POSSA internals are very fast and there seems to be little else to help speed, it would be great to somehow make the simulations faster.

For example, one way might be to have an option to provide total population once to the function (for each given sample), so that, instead of each time calling a sampling function, the population can be simply sampled in base R. Then again, the speed gain is probably not much with this, because the most time-consuming part is the statistical testing, which however seems inevitable.

@gasparl gasparl added the enhancement New feature or request label May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant