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

Lazy loading #46

Open
InfiniteRegression opened this issue Oct 3, 2017 · 1 comment
Open

Lazy loading #46

InfiniteRegression opened this issue Oct 3, 2017 · 1 comment

Comments

@InfiniteRegression
Copy link

I am saving large data to variables and would, rather than having them all load in memory, have them only load when required. Basically I am serializing the entire data set but at any instance will use only one record from it. While I still need to load all the records, I do not want to load the large data with it. just partly. When it is used, I can load the data. While I could do this manually, it would be nicer if orange directly supported some type of lazy loading attribute.

@jacob-carlborg
Copy link
Owner

I'm not sure I understand. Could you please provide a minimal example?

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

No branches or pull requests

2 participants