Files
scylladb/sstables/mc
Tomasz Grabiec 62a1afaac9 sstables: mc: writer: Avoid calling unsigned_vint::serialized_size()
Rather than adding serialized_size() to the body size before
serializing the field, we can serialize the field to _tmp_bufs at the
beginning and have the body size automatically account for it.
2018-12-18 11:11:36 +01:00
..