-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Execution Team 2025-02-17
We've often used StringData to represent unowned buffers which aren't actually strings. Now that we have C++20, we can use std::span instead.
- split to
-
SERVER-97269 Use std::span for unowned buffers in SortedDataInterface and key_string
- Closed