Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

better caching #42

Open
FishmanD opened this issue Feb 27, 2017 · 1 comment
Open

better caching #42

FishmanD opened this issue Feb 27, 2017 · 1 comment

Comments

@FishmanD
Copy link
Collaborator

Cache objects as most of this data does not change between updates.

@jrsconfitto
Copy link
Owner

jrsconfitto commented Mar 3, 2017

Things worth caching:

  • EF Template attributes: they don't change much and we can grab them whenever the symbol gets initialized.
  • EF data to send the treemap can be cached and just sent back to the treemap function for redrawing in case just a resize (but no new data) comes through the PI Vision onResize function.

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

No branches or pull requests

2 participants