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

Don't generate a mutex for each Locked<T>, share one per object #10117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 26, 2024

  1. Don't generate a mutex for each Locked<T>, share one per object

    This reduces RAM usage per object by sizeof(mutex)*(FIELDS-1).
    Al2Klimov committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d33f5ef View commit details
    Browse the repository at this point in the history