rocksdb
rocksdb copied to clipboard
MergeContext: improve: remove redundant point indirect
MergeContext using unnecessary indirect pointers, and unnecessary std::string objects.
This PR is just an optimization, no semantic changes.