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

fix: slow post message #623

Merged
merged 6 commits into from
Aug 31, 2021
Merged

fix: slow post message #623

merged 6 commits into from
Aug 31, 2021

Commits on Aug 19, 2021

  1. refactor(postmessage): adds a queue for syncing commits between the w…

    …orker and renderer threads
    
    sending lots of messages via postMessage is synchronous, it's better to send fewer messages with
    more content than lots of messages. we're talking around 40+ messages per 16ms here, so combining
    all these updates and syncing once per frame tick should help
    2xAA committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    35aa620 View commit details
    Browse the repository at this point in the history
  2. feat(inputlinks): adds new input link type "mutation"

    limits meyda source input links for performance boost. adds new input link type "mutation" to
    further increase overall performance
    2xAA committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    b4e2680 View commit details
    Browse the repository at this point in the history
  3. refactor: removes logging

    2xAA committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    322385e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b65f6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e509a0d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    2d1c9b0 View commit details
    Browse the repository at this point in the history