canvas-hypertxt icon indicating copy to clipboard operation
canvas-hypertxt copied to clipboard

performance optimization with maxLine

Open aramvr opened this issue 1 year ago • 2 comments

  • ability to opt-out from cache mechanism, in a scenario when there is too much text in the screen and the user scrolls over it, creating and maintaining cache makes it more slower
  • Introduced maxLine argument to terminate loop after generating specific line data, improving efficiency for long texts, such as 1000 lines, when only a small portion is displayed

aramvr avatar Feb 15 '24 09:02 aramvr

@jassmith, could please review this?

aramvr avatar Feb 15 '24 09:02 aramvr

Absolutely

jassmith avatar Feb 15 '24 17:02 jassmith