Skip to content

Improve performance of WC expression evaluation #102

@artgoldberg

Description

@artgoldberg
  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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions