David Korth
d660aba20f
VolumeVerifier.cpp: Use arrays of string_view objects instead of strings.
...
string_view is a thin wrapper around C strings, so it's more efficient
for constant strings than C++ strings.
The unordered_set<> also adds extra runtime overhead. For small arrays,
a simple linear search works. For larger arrays, std::binary_search()
works better than linear but without the unordered_set<> overhead.
ShouldBeDualLayer(): Removed a duplicate "SK8X52" entry.
2019-12-29 23:42:55 -05:00
..
2019-05-06 18:48:04 +00:00
2019-05-06 18:48:04 +00:00
2019-05-06 18:48:04 +00:00
2019-05-06 18:48:04 +00:00
2019-08-24 16:37:19 +02:00
2019-07-18 22:29:04 +02:00
2019-05-06 18:48:04 +00:00
2019-05-06 18:48:04 +00:00
2019-05-06 18:48:04 +00:00
2019-05-29 08:29:56 +02:00
2019-05-29 08:29:56 +02:00
2019-12-28 19:20:41 +10:00
2019-07-18 22:29:04 +02:00
2019-12-08 19:41:40 +01:00
2019-04-09 14:18:46 +02:00
2019-05-06 18:48:04 +00:00
2019-05-06 18:48:04 +00:00
2019-11-08 11:15:27 +10:00
2019-08-09 17:33:05 +02:00
2019-05-06 18:48:04 +00:00
2019-05-06 18:48:04 +00:00
2018-06-02 18:59:56 +02:00
2019-05-29 14:53:39 +02:00
2019-07-18 22:29:04 +02:00
2019-07-18 22:29:04 +02:00
2019-05-06 18:48:04 +00:00
2019-05-06 18:48:04 +00:00
2019-05-06 18:48:04 +00:00
2019-03-30 12:45:17 +01:00
2019-07-18 22:29:04 +02:00
2019-08-06 16:32:01 +02:00
2019-05-29 08:29:56 +02:00
2019-05-29 08:29:56 +02:00
2019-10-30 10:23:33 +01:00
2019-07-18 22:29:04 +02:00
2019-12-29 23:42:55 -05:00
2019-11-27 18:26:22 +01:00
2019-08-06 16:32:01 +02:00
2019-08-06 16:32:01 +02:00
2019-11-26 20:09:40 +01:00
2019-08-06 16:32:01 +02:00
2019-05-06 18:48:04 +00:00
2019-05-06 18:48:04 +00:00
2019-06-01 10:07:57 -04:00
2019-05-06 18:48:04 +00:00