Skip to content
  • Sharaf Zaman's avatar
    Big optimization! Refactored out KoPathShape hierarchy · d2653640
    Sharaf Zaman authored
    It turns out subivision algorithm and KoPathShape
    don't go well together. KoPathShape is a pretty expensive
    class memory-wise and is not supposed to be created-freed
    rapidly.
    By removing it, the performance gains is between 2-20x!
    d2653640