Uploaded image for project: 'Java Mission Control'
  1. Java Mission Control
  2. JMC-7975

Restructure data in affine transform classes

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • None
    • Mission Control Core
    • None

      At Datadog we see over 30% of the time spent in `DisjointBuilder.add` is spent accessing the start and end members, and this is because `TimestampUnit.compareTo` calls `ScaleFactor.getMultiplier` which is generally a relatively expensive function (e.g. `Math.pow`). Restructuring the `IScalarAffineTransform` hierarchy so offsets, multipliers, and flags are stored as data will improve parsing efficiency.

            rstartin Richard Startin
            rstartin Richard Startin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: