Files
scylladb/core
Avi Kivity dacf81745e core: add circular_buffer
Since we have lots of queues, we need an efficient queue structure,
esp. for moveable types.  libstdc++'s std::deque is quite hairy,
and boost's circular_buffer_space_optimized uses assignments instead of
constructors, which are both slower and less available than constructors.

This patch implements a growable circular buffer for these needs.
2014-10-02 14:32:32 +03:00
..
2014-09-16 18:48:14 +03:00
2014-10-02 14:32:32 +03:00
2014-09-23 18:57:11 +03:00
2014-09-10 13:44:46 +03:00
2014-09-14 15:57:39 +03:00
2014-09-30 10:43:01 +03:00
2014-09-23 18:57:11 +03:00