Uploaded image for project: 'mdsal'
  1. mdsal
  2. MDSAL-398

Optimize LazyDataObject method dispatch

XMLWordPrintable

      LazyDataObject method dispatch is a bit sub-optimal, as it does not take advantage:

      1. Java 8's Method.getArgumentCount()
      2. Ability to switch on strings coupled with method names being interned
      3. The fact that getters have zero arguments and hence are uniquely identified by their name

      Address these issues, hence further improving LazyDataObject hot path.

            rovarga Robert Varga
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: