Project

General

Profile

Feature #9955

Updated by Sage Weil over 9 years ago

This will avoid encode/reencode overhead to convert things to an STL structure.    Eventually, once we pass through the KeyValueDB interface, we'll need to use this to construct a low-level transaction for the backing store (leveldb, rocksdb, whatever) and will need to transcode it into the right format, but we can at least avoid converting it to an STL map inbetween.

Back