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

Increase the speed in getting the standardized solution using std_lav() #104

Open
2 tasks
sfcheung opened this issue Oct 22, 2021 · 0 comments
Open
2 tasks
Labels
low priority speed Improving speed

Comments

@sfcheung
Copy link
Owner

Note

The bottleneck is in std_lav(). For steps that unnecessarily repeated in the *apply functions, do them once only.

To-Do

  • Generate the mapping vectors between the lavaan model matrices and the RAM matrices.
  • Revise std_lav() to do the step above only once.
@sfcheung sfcheung added enhancement New feature or request speed Improving speed labels Oct 22, 2021
@sfcheung sfcheung added this to To do in semlbci_project via automation Oct 22, 2021
@sfcheung sfcheung removed the enhancement New feature or request label Oct 22, 2021
@sfcheung sfcheung moved this from To do to In Progress in semlbci_project Oct 22, 2021
@sfcheung sfcheung moved this from In Progress to To do in semlbci_project Oct 22, 2021
@sfcheung sfcheung removed this from To do in semlbci_project May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority speed Improving speed
Projects
None yet
Development

No branches or pull requests

1 participant