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

Improve performance of WC expression evaluation #102

Open
artgoldberg opened this issue Sep 2, 2020 · 0 comments
Open

Improve performance of WC expression evaluation #102

artgoldberg opened this issue Sep 2, 2020 · 0 comments
Assignees

Comments

@artgoldberg
Copy link
Contributor

  1. Speed up access to species counts and concentrations: eliminate lookups, extra objects and memory allocation/deallocation
  2. For maximum speed, don't use Python's eval() -- convert expressions into trees, & use an evaluator that can process operators, literals, and Python functions
  3. Before doing 2., estimate how much it would improve performance
@artgoldberg artgoldberg self-assigned this Sep 2, 2020
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

1 participant