Files
scylladb/tests
Paweł Dziepak d5fa07f6df Merge "sstables: switch from deque<> to a custom container" from Avi
Large deques require contiguous storage, which may not be available (or may
be expensive to obtain).  Switch to new custom container instead, which allocates
less contiguous storage.

Allocation problems were observed with the summary and compression info. While
there is work to reduce compression info contiguous space use, this solves
all std::deque problems (and should not conflict with that work).

Fixes #2708

* tag '2708/v6' of https://github.com/avikivity/scylla:
  sstables: switch std::deque to chunked_vector
  tests: add test for chunked_vector
  utils: add a new container type chunked_vector
2017-08-29 11:11:01 +01:00
..
2017-07-27 17:19:07 +02:00
2017-08-27 13:11:33 +03:00
2017-08-11 13:08:42 +02:00
2017-07-16 11:55:08 +02:00
2017-08-10 15:01:10 -04:00