Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sidorares
/
node-mysql2
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
680
Star
4.4k
Code
Issues
406
Pull requests
41
Discussions
Actions
Projects
Wiki
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
perf: remove per-query and per-row allocation hotspots
- #4486
#4486
Merged
sidorares
merged 19 commits into
master
sidorares/node-mysql2:master
from
claude/library-performance-analysis-d4d3b6
sidorares/node-mysql2:claude/library-performance-analysis-d4d3b6
Copy head branch name to clipboard
Aug 23, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
perf: remove per-query and per-row allocation hotspots
#4486
sidorares
merged 19 commits into
master
sidorares/node-mysql2:master
from
claude/library-performance-analysis-d4d3b6
sidorares/node-mysql2:claude/library-performance-analysis-d4d3b6
Copy head branch name to clipboard
Commits
Commits on Aug 15, 2026
perf: skip dry-run serialization for queries without attributes
Show description for 42b9fe7
sidorares
committed
42b9fe7
View commit details
Copy full SHA for 42b9fe7
Browse repository at this point
perf: stop allocating typeCast wrappers in binary parser when unused
Show description for 3c54a48
sidorares
committed
3c54a48
View commit details
Copy full SHA for 3c54a48
Browse repository at this point
perf: parse text protocol DATE/DATETIME digits directly from buffer
Show description for aebf461
sidorares
committed
aebf461
View commit details
Copy full SHA for aebf461
Browse repository at this point
perf: cache lazy column definition strings without defineProperty
Show description for 801e816
sidorares
committed
801e816
View commit details
Copy full SHA for 801e816
Browse repository at this point
perf: build parser cache key without per-field JSON.stringify
Show description for d30768b
sidorares
committed
d30768b
View commit details
Copy full SHA for d30768b
Browse repository at this point
perf: decode common encodings via direct buffer slice methods
Show description for e504148
sidorares
committed
e504148
View commit details
Copy full SHA for e504148
Browse repository at this point
perf: cache current resultset arrays in query/execute row path
Show description for 76f436b
sidorares
committed
76f436b
View commit details
Copy full SHA for 76f436b
Browse repository at this point
perf: reuse a single Packet instance for complete packets
Show description for baa4d3c
sidorares
committed
baa4d3c
View commit details
Copy full SHA for baa4d3c
Browse repository at this point
perf: compute int64 reads without allocating Long
Show description for b3b0042
sidorares
committed
b3b0042
View commit details
Copy full SHA for b3b0042
Browse repository at this point
perf: honor trace option in promise wrapper stack capture
Show description for 890ad20
sidorares
committed
890ad20
View commit details
Copy full SHA for 890ad20
Browse repository at this point
bench: add perf harness (e2e + isolated wire replay) and analysis
Show description for d5f4466
sidorares
committed
d5f4466
View commit details
Copy full SHA for d5f4466
Browse repository at this point
Commits on Aug 16, 2026
fix: preserve string parsing for non-offset timezones in parseDateTime
Show description for c81232c
sidorares
committed
c81232c
View commit details
Copy full SHA for c81232c
Browse repository at this point
test: cover datetime, int64 and string decode edge paths
Show description for 703ef5e
sidorares
committed
703ef5e
View commit details
Copy full SHA for 703ef5e
Browse repository at this point
fix: read numPackets before queueing the compressed inflate task
Show description for d97adc2
sidorares
committed
d97adc2
View commit details
Copy full SHA for d97adc2
Browse repository at this point
fix: return a fresh Date for invalid dates instead of a shared instance
Show description for 4559c40
sidorares
committed
4559c40
View commit details
Copy full SHA for 4559c40
Browse repository at this point
fix: replicate toString bounds coercion exactly in decode fast path
Show description for 773beac
sidorares
committed
773beac
View commit details
Copy full SHA for 773beac
Browse repository at this point
Merge branch 'master' into claude/library-performance-analysis-d4d3b6
sidorares
authored
7b5b542
View commit details
Copy full SHA for 7b5b542
Browse repository at this point
Commits on Aug 20, 2026
Merge branch 'master' into claude/library-performance-analysis-d4d3b6
sidorares
authored
2c7945d
View commit details
Copy full SHA for 2c7945d
Browse repository at this point
Commits on Aug 23, 2026
Merge branch 'master' into claude/library-performance-analysis-d4d3b6
Show description for b9b41cc
sidorares
committed
b9b41cc
View commit details
Copy full SHA for b9b41cc
Browse repository at this point
You can’t perform that action at this time.