Tomasz Grabiec
b8344e31e0
output_stream: coalesce large buffers with data already in the buffer
...
Assuming the output_stream size is set to 8K, a sequence of writes of
lengths: 128B, 8K, 128B would yield three fragments of exactly those
sizes. This is not optimal as one could fit those in just 2 fragments
of up to 8K size. This change makes the output_stream yield 8K and
256B fragments for this case.
2014-11-15 11:58:10 -08:00
..
2014-11-09 14:41:01 +02:00
2014-10-05 18:09:09 +03:00
2014-11-09 17:46:09 +02:00
2014-08-31 21:29:13 +03:00
2014-10-22 16:37:36 +03:00
2014-10-05 19:58:12 +03:00
2014-09-22 17:18:46 +03:00
2014-10-02 14:32:32 +03:00
2014-10-21 11:20:12 +03:00
2014-11-01 15:36:28 +02:00
2014-11-11 13:52:23 +02:00
2014-11-09 16:33:34 +02:00
2014-11-15 11:52:39 -08:00
2014-10-13 13:03:46 +03:00
2014-10-12 16:37:30 +03:00
2014-11-09 16:33:33 +02:00
2014-11-05 11:35:50 +02:00
2014-10-30 14:08:23 +02:00
2014-10-19 17:42:47 +03:00
2014-11-12 18:15:59 +02:00
2014-11-15 11:58:10 -08:00
2014-10-13 15:41:18 +03:00
2014-10-12 16:35:48 +03:00
2014-11-06 10:30:30 +02:00
2014-10-28 11:09:04 +02:00
2014-10-26 15:52:01 +02:00
2014-11-11 13:52:23 +02:00
2014-11-11 13:52:23 +02:00
2014-11-13 22:22:05 +02:00
2014-09-22 11:25:54 +03:00
2014-10-21 11:23:41 +03:00
2014-10-29 19:23:42 +02:00
2014-10-02 14:28:14 +03:00
2014-10-21 16:58:35 +02:00
2014-10-23 12:57:32 +03:00
2014-08-31 21:29:13 +03:00