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

get config/samples/subsamples as separate function #128

Closed
khoroshevskyi opened this issue Feb 12, 2024 · 2 comments
Closed

get config/samples/subsamples as separate function #128

khoroshevskyi opened this issue Feb 12, 2024 · 2 comments
Labels

Comments

@khoroshevskyi
Copy link
Member

It would be more efficient to retrieve the configuration, samples, and subsamples separately using dedicated functions. Currently, to obtain the configuration, we must execute the project.get method, which retrieves the entire project. This approach is highly inefficient, particularly for large projects.

@nsheff
Copy link
Contributor

nsheff commented Feb 13, 2024

I agree with this!

@khoroshevskyi
Copy link
Member Author

This issue was fixed in 0.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants