Files
scylladb/tests
Glauber Costa 091b0f9d41 summary_entry: do not store key bytes in each summary entry
If we store a bytes_view instead of bytes, that has a trivial destructor
and then we don't need to destroy each element individually. To do that,
we allocate the data in a couple of large arrays which can be disposed of
easily and point to it.

We still can't destroy trivially because of the token.

Signed-off-by: Glauber Costa <glauber@scylladb.com>
2018-03-14 10:46:20 -04:00
..
2018-02-14 14:15:59 -05:00
2018-02-26 10:43:37 +00:00
2018-03-06 11:50:29 +01:00