Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

[Mac] Cache cell width to improve size calculations #813

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 20, 2018

  1. [Mac] Add Cell width caching

    By caching the widths required to render each CompositeCell,
    the amount of required size calculations is reduced
    drastically. This also reduces the amount of drawing cycles
    and improves the overall speed and responsivness of lists/trees
    a lot.
    sevoku committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    f906311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef3a7ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13eab08 View commit details
    Browse the repository at this point in the history