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

improve efficiency of forking #129

Open
khoroshevskyi opened this issue Feb 20, 2024 · 1 comment
Open

improve efficiency of forking #129

khoroshevskyi opened this issue Feb 20, 2024 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@khoroshevskyi
Copy link
Member

Forking takes a long time in big projects.
This is due to the creation of peppy object. Can we skip creation of peppy object?

@khoroshevskyi khoroshevskyi added the enhancement New feature or request label Feb 20, 2024
@khoroshevskyi
Copy link
Member Author

I think code is pretty efficient for forking project. We are skipping already skipping creation of peppy object.
More efficient way will be making copy of project in sql...

But for now it's fine...

@khoroshevskyi khoroshevskyi added the wontfix This will not be worked on label Jun 24, 2024
@nsheff nsheff added this to the v0.9.0 milestone Jun 25, 2024
@khoroshevskyi khoroshevskyi removed this from the v0.9.0 milestone Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants