Skip to content

Add Unicode Normalization Benchmark#6

Open
nbeerbower wants to merge 3 commits into
mainfrom
claude/add-unicode-normalize-benchmark-013xBjkEtW9dJKfwDqD5K4bU
Open

Add Unicode Normalization Benchmark#6
nbeerbower wants to merge 3 commits into
mainfrom
claude/add-unicode-normalize-benchmark-013xBjkEtW9dJKfwDqD5K4bU

Conversation

@nbeerbower

Copy link
Copy Markdown
Contributor

Implements UTF-8 string normalization (NFC/NFD) benchmark across C, Python, JavaScript, Ruby, and Hemlock. Tests composing combining character sequences and decomposing precomposed characters.

Implements UTF-8 string normalization (NFC/NFD) benchmark across
C, Python, JavaScript, Ruby, and Hemlock. Tests composing combining
character sequences and decomposing precomposed characters.
Replace Unicode escape sequences (\u{XXXX}) with codepoint arrays
for hemlockc compiler compatibility. The normalization logic now
operates directly on integer codepoint arrays instead of strings.
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