Improve ModuleHashesBuilder

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 11
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      ModuleHashesBuilder can be improved by:
      - using ArrayDeque instead of LinkedList
      - replace calls to contains() with calls to methods that return special values when the element is missing.
      - avoid using N^2 algorithm by using HashSet
      - using the name "todo" for the work stack

            Assignee:
            Martin Buchholz
            Reporter:
            Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: