Skip to content

Add fixed-size buffer transcoding example#226

Merged
ednolan merged 1 commit into
mainfrom
enolan_fixedtranscode1
May 27, 2026
Merged

Add fixed-size buffer transcoding example#226
ednolan merged 1 commit into
mainfrom
enolan_fixedtranscode1

Conversation

@ednolan
Copy link
Copy Markdown
Member

@ednolan ednolan commented May 27, 2026

Demonstrates transcoding into a fixed-capacity buffer (inplace_vector) without truncating multi-code-unit sequences, using chunk_by to group code units by code point. Also adds value_type, max_size(), and constexpr begin()/end() to fake_inplace_vector.

Demonstrates transcoding into a fixed-capacity buffer (inplace_vector)
without truncating multi-code-unit sequences, using chunk_by to group
code units by code point. Also adds value_type, max_size(), and
constexpr begin()/end() to fake_inplace_vector.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ednolan ednolan force-pushed the enolan_fixedtranscode1 branch from c430405 to 6ca7e89 Compare May 27, 2026 05:29
@coveralls
Copy link
Copy Markdown

coveralls commented May 27, 2026

Coverage Status

coverage: 99.744%. remained the same — enolan_fixedtranscode1 into main

@ednolan ednolan merged commit d3eef79 into main May 27, 2026
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants