Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Rewrite of dynamic reload feature #26

Closed
jgeudens opened this issue Mar 26, 2015 · 2 comments
Closed

Rewrite of dynamic reload feature #26

jgeudens opened this issue Mar 26, 2015 · 2 comments

Comments

@jgeudens
Copy link
Owner

The dynamic reload feature needs to be reimplemented. Currently the dynamic reload feature does a full reload (graph clear, data structure read, data read, reset all settings).

Improvements:
Use timer so that the number of reloads per seconds is limited (prevent high cpu usage). Optimize reload so that only new data is read. Structure of data (number of columns) should not change between reloads. This should ensure that runtime settings (like hidden graphs) are remembered during dynamic reload.

@jgeudens
Copy link
Owner Author

@pluyckx : need help

pluyckx added a commit to pluyckx/CsvGraphViewer that referenced this issue Apr 17, 2015
Enhancement for feature jgeudens#26

Signed-off-by: Philip Luyckx <philip.luyckx@gmail.com>
pluyckx added a commit to pluyckx/CsvGraphViewer that referenced this issue Apr 17, 2015
Signed-off-by: Philip Luyckx <philip.luyckx@gmail.com>
@jgeudens
Copy link
Owner Author

Closed with 7dbf0fa

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

No branches or pull requests

1 participant