Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(NcEmojiPicker): decrease mounting time and memory by moving large constants initialization and storing out from instance's reactive data #4479

Merged
merged 1 commit into from
Aug 31, 2023

Commits on Aug 31, 2023

  1. perf(NcEmojiPicker): move constants initialization and storing out fr…

    …om instance's reactive data
    
    Performance improvements:
    - Mounting time from ~40 ms to ~1 ms per instance
    - Memory per instance from 1.3 MB to (0.07 MB per instance + ~1 MB shared)
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fdeeb9c View commit details
    Browse the repository at this point in the history