Revision ef0fc1b46189c51da8799ee79574fd37ced93752 authored by Manuel Ung on 10 April 2019, 22:54:53 UTC, committed by Facebook Github Bot on 10 April 2019, 22:58:58 UTC
Summary:
The LockInfo struct is not easy to copy because it contains std::vector. Reduce copies by using move constructor and `unordered_map::emplace`.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5172

Differential Revision: D14882053

Pulled By: lth

fbshipit-source-id: 93999ec6ab1a5841fb5115abb764b6c1831a6de1
1 parent 313e877
History
File Mode Size
coverage_test.sh -rwxr-xr-x 2.2 KB
parse_gcov_output.py -rw-r--r-- 4.1 KB

back to top