Switch vector<string> for a string, vector<string_view> pair #7

Merged
luispaulino merged 7 commits from ret_buffer into main 2026-06-13 04:57:12 +00:00
Owner
No description provided.
Instead of returning a vector<string>, return a vector<string_view> that points a 'std::string buffer' within the same dataframe object.
For small files where SSO applies, the resulting vector<string_view> would become corrupted.
luispaulino deleted branch ret_buffer 2026-06-16 21:37:09 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
luispaulino/csv!7
No description provided.