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
buckify_rocksdb.py -rw-r--r-- 5.1 KB
rocks_test_runner.sh -rwxr-xr-x 196 bytes
targets_builder.py -rw-r--r-- 2.0 KB
targets_cfg.py -rw-r--r-- 3.6 KB
util.py -rw-r--r-- 3.1 KB

back to top