Skip to content
  • hjk's avatar
    Welcome: Start some performance improvements · 16944277
    hjk authored
    
    
    This is essentially a widgets based re-implementation
    of the current design. It is still using the QAIM based
    interface layer between to the real data and display even
    though this is not needed with this approach.
    Removal of this layer would further reduce code size
    and cycle counts.
    
    For now:
                   old          new
    Load time    215ms        182ms
    delete        22ms          2ms
    
    Change-Id: I90d779a60a47a78399eaad0f1bc032d39f3ae3c0
    Reviewed-by: default avatarEike Ziller <eike.ziller@qt.io>
    Reviewed-by: default avatarAlessandro Portale <alessandro.portale@qt.io>
    16944277