Remove unnecessary MatchExpression copying from the BitsetTree converter

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 7.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • 7
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The Boolean simplifier stores expressions as std::unique_ptr<MatchExpression>, it does not really need to own the expressions, if we replace the unique pointer by a raw pointer we can avoid unnecessary copying of MatchExpressions.

              Assignee:
              Alexander Ignatyev
              Reporter:
              Alexander Ignatyev
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: