Skip to content
  • Leigh B Stoller's avatar
    Two optimizations for big topologies: · 24f09bd5
    Leigh B Stoller authored
    * When called from CreateSliver() we can save the assign solution file
      and feed it back into the second mapper run in RedeemTicket(). This
      avoids running assign a second time.
    
    * On a lan, record the link properties before the loop to avoid a O(n^2)
      loop that can take a long time.
    24f09bd5