mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
Instead of having an std::vector<> manage the fragment array, allocate it at the end of the impl struct and manage it manually. The result isn't pretty but it does remove an allocation.