Skip to content

Expression pre-processing needs a better tree composition.  #2

@mmirko

Description

@mmirko

Currently, the expression pre-processing creates a sequence of nodes of the type a + ( previous node ). This is not a good tree representation because in the end it bring latency to the evaluation of the expression. The tree should be a binary tree.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions