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

msg/async: avoid put message within write_lock #20731

Merged
merged 1 commit into from
May 14, 2018

Commits on Mar 16, 2018

  1. msg/async: avoid put message within write_lock

    message deconstruct under busy env isn't a very short period, because cpu may
    stuck into tcmalloc library to do gc.
    
    from a rough bench(3k iops), reduce send_message latency from 54us to 37.5us. in
    real env(higher iops), it should be much more better.
    
    Signed-off-by: Haomai Wang <haomai@xsky.com>
    yuyuyu101 committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    83e249a View commit details
    Browse the repository at this point in the history