Skip to content

perf: decode ASCII varchar values without iconv - #1755

Open
arthurschreiber wants to merge 5 commits into
masterfrom
perf/varchar-ascii-fast-path
Open

perf: decode ASCII varchar values without iconv#1755
arthurschreiber wants to merge 5 commits into
masterfrom
perf/varchar-ascii-fast-path

fix: preserve leading byte order marks when decoding char values

a8f8e85
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 17, 2026 in 0s

80.88% (+0.03%) compared to 12f27ce

View this Pull Request on Codecov

80.88% (+0.03%) compared to 12f27ce

Details

Codecov Report

❌ Patch coverage is 80.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.88%. Comparing base (12f27ce) to head (a8f8e85).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/token/nbcrow-token-parser.ts 0.00% 1 Missing ⚠️
src/token/returnvalue-token-parser.ts 0.00% 1 Missing ⚠️
src/token/row-token-parser.ts 0.00% 0 Missing and 1 partial ⚠️
src/value-parser.ts 94.11% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1755      +/-   ##
==========================================
+ Coverage   80.84%   80.88%   +0.03%     
==========================================
  Files          90       90              
  Lines        4913     4902      -11     
  Branches      924      928       +4     
==========================================
- Hits         3972     3965       -7     
+ Misses        645      640       -5     
- Partials      296      297       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.