Skip to content
  • Michael Bien's avatar
    #4500 static imported methods slow down auto completion · 1a98d8eb
    Michael Bien authored
     - conflictsWithLocal is called in a loop and recomputes methodsIn
       on each iteration which scales very badly (quadratic complexity)
     - we can simply extract this part out of the loop
     - see #4500 for graphs, benchmark and more detail
    1a98d8eb