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
RocksDBCommonHelper.php -rw-r--r-- 11.8 KB
amalgamate.py -rwxr-xr-x 4.6 KB
build_detect_platform -rwxr-xr-x 22.1 KB
cont_integration.sh -rwxr-xr-x 3.4 KB
dependencies.sh -rw-r--r-- 2.0 KB
dependencies_4.8.1.sh -rw-r--r-- 2.1 KB
dependencies_platform007.sh -rw-r--r-- 1.9 KB
dockerbuild.sh -rwxr-xr-x 76 bytes
error_filter.py -rw-r--r-- 6.4 KB
fb_compile_mongo.sh -rwxr-xr-x 1.4 KB
fbcode_config.sh -rw-r--r-- 4.6 KB
fbcode_config4.8.1.sh -rw-r--r-- 3.5 KB
fbcode_config_platform007.sh -rw-r--r-- 4.5 KB
format-diff.sh -rwxr-xr-x 3.8 KB
gnu_parallel -rwxr-xr-x 238.6 KB
make_package.sh -rwxr-xr-x 3.0 KB
precommit_checker.py -rwxr-xr-x 5.5 KB
regression_build_test.sh -rwxr-xr-x 11.3 KB
rocksdb-lego-determinator -rwxr-xr-x 23.2 KB
run_ci_db_test.ps1 -rw-r--r-- 14.4 KB
setup_centos7.sh -rwxr-xr-x 1.0 KB
update_dependencies.sh -rwxr-xr-x 5.1 KB
version.sh -rwxr-xr-x 697 bytes

back to top