Skip to content

Add new benchmark#8

Open
nbeerbower wants to merge 1 commit into
mainfrom
claude/add-benchmark-01B5QhRTnYuUqaaNa137Hpku
Open

Add new benchmark#8
nbeerbower wants to merge 1 commit into
mainfrom
claude/add-benchmark-01B5QhRTnYuUqaaNa137Hpku

Conversation

@nbeerbower

Copy link
Copy Markdown
Contributor

Implements regex matching benchmark across all supported languages:

  • C: Uses POSIX regex library
  • Python: Uses built-in re module
  • JavaScript: Uses native RegExp
  • Ruby: Uses built-in Regexp
  • Hemlock: Manual pattern matching implementation (no built-in regex)

Tests multiple patterns: email, phone, date, price, URL, IP, code, and words.

Implements regex matching benchmark across all supported languages:
- C: Uses POSIX regex library
- Python: Uses built-in re module
- JavaScript: Uses native RegExp
- Ruby: Uses built-in Regexp
- Hemlock: Manual pattern matching implementation (no built-in regex)

Tests multiple patterns: email, phone, date, price, URL, IP, code, and words.
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