Files
scylladb/core
Avi Kivity d170efbfcb fstream: optimize file_data_source_impl
file_data_source_impl always calls file::size(), which can be slow.  This
slows down applications that create many short-lived input streams on the
same file (for random-access processing of a subset of the data).

Fix by not calling size(), and letting the file code handle short reads
itself.
2015-07-09 18:40:05 +03:00
..
2015-03-01 15:29:13 +02:00
2015-06-15 08:47:44 +03:00
2015-04-19 10:33:38 +03:00
2015-07-02 12:47:07 +03:00
2015-05-19 19:33:18 +03:00
2015-06-01 11:35:37 +03:00
2015-06-01 11:35:37 +03:00
2015-06-15 16:35:22 +03:00
2015-06-15 16:35:48 +03:00
2015-05-19 19:33:18 +03:00
2015-07-09 15:07:58 +03:00
2015-03-03 14:58:58 +02:00
2015-06-28 22:42:06 +03:00
2015-07-07 00:10:51 +03:00
2015-03-24 10:12:47 +02:00
2015-05-14 11:26:58 +03:00
2015-06-14 23:52:25 +03:00
2015-06-16 17:10:22 +03:00
2015-06-14 16:02:18 +03:00