rocksdb/utilities/geodb
jsteemann 141ef7f8d3 avoid copying when iterating using range-based for (#4459)
Summary:
this avoids a few copies of std::string and other structs
in the context of range-based for loops. instead of copying
the values for each iteration, use a const reference to avoid
copying.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4459

Differential Revision: D10282045

Pulled By: sagar0

fbshipit-source-id: 5012e910dca279abd2be847e1fb432d96274edfb
2018-10-09 17:15:51 -07:00
..
geodb_impl.cc avoid copying when iterating using range-based for (#4459) 2018-10-09 17:15:51 -07:00
geodb_impl.h Change RocksDB License 2017-07-15 16:11:23 -07:00
geodb_test.cc Per-thread unique test db names (#4135) 2018-07-13 17:27:39 -07:00