mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 00:02:37 +00:00
This cuts back on the number of allocations required for deserializing collections, from O(num_cells) to O(1). The visitor now receives an rvalue, so update all callers of read_and_visit_row(), patching their vistors to take advantage of this and move the serialized collection instead of copying it.
22 KiB
22 KiB