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

Avoid an std::map copy in persistent stats #11681

Closed
wants to merge 1 commit into from

Conversation

ajkr
Copy link
Contributor

@ajkr ajkr commented Aug 6, 2023

An internal user reported this copy showing up in a CPU profile. We can use move instead.

@facebook-github-bot
Copy link
Contributor

@ajkr has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@ajkr merged this pull request in 4500a0d.

rockeet pushed a commit to topling/toplingdb that referenced this pull request Dec 18, 2023
Summary:
An internal user reported this copy showing up in a CPU profile. We can use move instead.

Pull Request resolved: facebook/rocksdb#11681

Differential Revision: D48103170

Pulled By: ajkr

fbshipit-source-id: 083d6470181a0041bb5275b657aa61bee23a3729
rockeet pushed a commit to topling/toplingdb that referenced this pull request Dec 22, 2023
Summary:
An internal user reported this copy showing up in a CPU profile. We can use move instead.

Pull Request resolved: facebook/rocksdb#11681

Differential Revision: D48103170

Pulled By: ajkr

fbshipit-source-id: 083d6470181a0041bb5275b657aa61bee23a3729
rockeet pushed a commit to topling/toplingdb that referenced this pull request Sep 1, 2024
Summary:
An internal user reported this copy showing up in a CPU profile. We can use move instead.

Pull Request resolved: facebook/rocksdb#11681

Differential Revision: D48103170

Pulled By: ajkr

fbshipit-source-id: 083d6470181a0041bb5275b657aa61bee23a3729
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants