Skip to content
  • Dmitry Kazakov's avatar
    Make KisSequentialIterator much faster · ac299eba
    Dmitry Kazakov authored
    Just avoid calling virtual methods of KisHLineIterator. It makes writing
    with this iterator 30% faster and reading with it 400%(!) faster.
    
    The iterator is extensively used in Roundmarker Brush, so it should become
    much faster now :)
    ac299eba