Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-2013

Improve closedTransactions storage in FrontendHistoryMetadata

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Medium Medium
    • 3.0.13, 4.0.7, 2.0.10
    • None
    • clustering
    • None

      We are currently using an ImmutableMap<UnsignedLong, Boolean>, which allocates two arrays and forces us to use UnsignedLong instances. We should be able to get by with storing a sorted List of Entry<long, boolean> and provide same facilities for a much smaller price.

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

              Created:
              Updated:
              Resolved: