Upgrade vendored zsv 1.3.0 → 1.4.3 (fast mode)#4
Merged
Conversation
Bumps the zsv C library the extension compiles against to the latest 1.4.3 release, which adds zsv "fast mode" (per upstream, 20%-1000% faster) plus parser fixes. Closes the request in issue #2. - extconf.rb: ZSV_VERSION 1.3.0 -> 1.4.3 (downloaded + built from source) - Verified: clean rebuild compiles cleanly (API compatible), all 28 specs pass, RuboCop clean, benchmarks still 5.5-7.1x faster than stdlib - Sync gem version 1.3.1 -> 1.4.3 and update the version spec - Refresh zsv version references in CLAUDE.md, README, QUICKSTART - CHANGELOG: add 1.4.3 entry Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2.
Summary
Upgrades the bundled zsv C library from 1.3.0 → 1.4.3 (latest), which adds zsv "fast mode" (per upstream, 20%–1000% faster) plus parser fixes. The gem version is synced to 1.4.3.
What changed
ext/zsv/extconf.rb:ZSV_VERSION1.3.0 → 1.4.3 (downloaded + built from source at compile time).CLAUDE.md,README.md,docs/QUICKSTART.md.CHANGELOG.md: 1.4.3 entry.Verification (local, Ruby 3.4.7)
Note on fast mode
The upgrade pulls in the fast-mode-capable library with no regression. If upstream gates additional speedups behind an explicit zsv option, exposing that can be a small follow-up.
🤖 Generated with Claude Code