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

Introduce Thread-local storage variable to replace atomic when update used_memory metrics to reduce contention. #308

Open
wants to merge 4 commits into
base: unstable
Choose a base branch
from

Commits on Apr 12, 2024

  1. Introduce TLS variable for used_memory metrics update to reduce the c…

    …ontention.
    
    Signed-off-by: Lipeng Zhu <lipeng.zhu@intel.com>
    lipzhu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    69676d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Add assertions and rename variables.

    Signed-off-by: Lipeng Zhu <lipeng.zhu@intel.com>
    lipzhu committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bc4cc6e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Make thread index register lazy.

    Signed-off-by: Lipeng Zhu <lipeng.zhu@intel.com>
    lipzhu committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    45071b5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. merge unstable

    lipzhu committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0fa87fa View commit details
    Browse the repository at this point in the history