Files
scylladb/alternator
Nadav Har'El 51adaea499 alternator: use C++20 std::string_view::starts_with()
We had to wait many years for it, but finally we have a starts_with()
method in C++20. Let's use it instead of ugly substr()-based code.

This is probably not a performance gain - substr() for a string_view
was already efficient. But it makes the code easier to understand,
and it allows us to rejoice in our decision to switch to C++20.

Signed-off-by: Nadav Har'El <nyh@scylladb.com>
Message-Id: <20200526185812.165038-2-nyh@scylladb.com>
2020-05-27 08:14:12 +02:00
..
2020-05-04 14:12:11 +03:00
2019-09-11 18:01:05 +03:00
2020-03-03 11:34:00 +01:00
2020-05-05 16:19:18 +03:00