cowstrings icon indicating copy to clipboard operation
cowstrings copied to clipboard

Copy-On-Write string implementation according to nim-lang/RFCs#221

Results 3 cowstrings issues
Sort by recently updated
recently updated
newest added

According to that RFC. Needs an offset field which grows the string's size from 16 to 24.

https://github.com/apache/arrow/blob/main/cpp/src/arrow/type.h https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/binary_view_util.h https://github.com/duckdb/duckdb/blob/main/src/include/duckdb/common/types/string_type.hpp