Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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