You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loadGrid is called for calculating the ascent, maximum/minimum inner size etc but I think the grid could be cached for ILayoutableContainer+size constraint key pairs. I didn't work for me for some reason but it would speed up the celllayout language a lot as I noticed with the profiler. One use is is the richtext language which is used by com.mbeddr.doc where the relayouting can be very slow when typing a lot of letters very fast.
The text was updated successfully, but these errors were encountered:
alexanderpann
changed the title
Investigate possibility to cache the grid in AbstractGridLayout
cellayout: Investigate the possibility to cache the grid in AbstractGridLayout
Jan 9, 2024
loadGrid is called for calculating the ascent, maximum/minimum inner size etc but I think the grid could be cached for ILayoutableContainer+size constraint key pairs. I didn't work for me for some reason but it would speed up the celllayout language a lot as I noticed with the profiler. One use is is the richtext language which is used by com.mbeddr.doc where the relayouting can be very slow when typing a lot of letters very fast.
The text was updated successfully, but these errors were encountered: