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

memory and performance optimizations #13097

Merged
merged 5 commits into from Apr 8, 2021
Merged

memory and performance optimizations #13097

merged 5 commits into from Apr 8, 2021

Commits on Apr 7, 2021

  1. avoid leaking processed assets

    sokra committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    3caf3e9 View commit details
    Browse the repository at this point in the history
  2. avoid leaking memory

    sokra committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a3be72b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. reduce number of write syscalls by creating larger buffers

    and may copy small existing buffers into the larger one
    sokra committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    c1b8a6c View commit details
    Browse the repository at this point in the history
  2. remove unused method

    sokra committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    51bd62d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cef2a8f View commit details
    Browse the repository at this point in the history