Skip to content

performance optimization with maxLine#9

Open
aramvr wants to merge 1 commit intoglideapps:mainfrom
aramvr:performance-optimization
Open

performance optimization with maxLine#9
aramvr wants to merge 1 commit intoglideapps:mainfrom
aramvr:performance-optimization

Conversation

@aramvr
Copy link

@aramvr aramvr commented Feb 15, 2024

  • 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

- 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
Copy link
Author

aramvr commented Feb 15, 2024

@jassmith, could please review this?

@jassmith
Copy link
Contributor

Absolutely

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants