Skip to content

Slight speedup of autocompletion

Mateusz Żebrak requested to merge mzebrak/autocompletion-speedup into develop

Requires: !413 (merged) because there is a conflicting code

  1. not much because around 50ms speedup on autocompletion but good to have

before:

  • 0.212s
  • 0.232s
  • 0.222s

after:

  • 0.174s
  • 0.176s
  • 0.173s
  1. Get rid of our custom AbstractClass - I still don't like the fact Python allows for creating ABC instance (when no abstract methods were defined) but with ABC and AbstractClass it was confusing which one to use, and better not to go again the Python rules..
Edited by Mateusz Żebrak

Merge request reports