Skip to content

Lazy Load #30

Answered by JesperGr
hawklorry asked this question in Q&A
Jun 13, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Lazy loading can be used if you only need to retrieve data for a few time steps, but for all the network.

In the cases where time series for the entire simulation is requested at only a few locations, lazy loading is a bad idea. Use filtering instead.

This lazy loading is mostly used (and designed for use) by the engine when reading the state from a result file (hot-starting on a file)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hawklorry
Comment options

@Prebbish
Comment options

Answer selected by hawklorry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants