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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
FirebirdSQL
/
NETProvider
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
76
Star
183
Code
Issues
130
Pull requests
12
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
(Improvements) Rune related and span-ish optimizations
- #1247
#1247
Closed
pl752
wants to merge 17 commits into
FirebirdSQL:master
FirebirdSQL/NETProvider:master
from
pl752:local_opt2
pl752/NETProvider:local_opt2
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Closed
(Improvements) Rune related and span-ish optimizations
#1247
pl752
wants to merge 17 commits into
FirebirdSQL:master
FirebirdSQL/NETProvider:master
from
pl752:local_opt2
pl752/NETProvider:local_opt2
Copy head branch name to clipboard
Commits
Commits on Dec 11, 2025
Optimized memory allocations using stackalloc, spans and pooled arrays
pl752
committed
5556482
View commit details
Copy full SHA for 5556482
Browse repository at this point
Reworked the rune enumerator to not spam byte[1...4] alloc
Show description for ddaf012
pl752
committed
ddaf012
View commit details
Copy full SHA for ddaf012
Browse repository at this point
Removed necessity to allocate 0 size array
pl752
committed
3a1e3ce
View commit details
Copy full SHA for 3a1e3ce
Browse repository at this point
Elliminated some linq queries and allocations
pl752
committed
c058fc5
View commit details
Copy full SHA for c058fc5
Browse repository at this point
Adjusted code style
pl752
committed
8a921c2
View commit details
Copy full SHA for 8a921c2
Browse repository at this point
Commits on Dec 12, 2025
Fixed boolean buffer overwrite mishap
pl752
committed
1c46f86
View commit details
Copy full SHA for 1c46f86
Browse repository at this point
Fixed static/nonstatic call mismatch (Some internal methods were turned static, breaking tests)
pl752
committed
c5fadc8
View commit details
Copy full SHA for c5fadc8
Browse repository at this point
Consolidated bool and pad reading into single read
pl752
committed
d1c61a7
View commit details
Copy full SHA for d1c61a7
Browse repository at this point
Fixed wrong commit push
pl752
committed
f87f965
View commit details
Copy full SHA for f87f965
Browse repository at this point
Commits on Dec 13, 2025
Refactored and optimized overcomplicated auth-block
pl752
committed
8835558
View commit details
Copy full SHA for 8835558
Browse repository at this point
Forgot to optimize guid with span
pl752
committed
c97b4eb
View commit details
Copy full SHA for c97b4eb
Browse repository at this point
Decided to expand the small buffer to avoid need to rent some of the fixed size 16 byte arrays
pl752
committed
24ff951
View commit details
Copy full SHA for 24ff951
Browse repository at this point
Stackalloc for int reads
pl752
committed
002fe16
View commit details
Copy full SHA for 002fe16
Browse repository at this point
Commits on Dec 14, 2025
Changed float to int byte conversion to always use stackalloc
pl752
committed
f256061
View commit details
Copy full SHA for f256061
Browse repository at this point
Commits on Dec 20, 2025
Optimized rune methods for length edge cases and ascii-only strings
pl752
committed
9c63165
View commit details
Copy full SHA for 9c63165
Browse repository at this point
Found out that float to int bytes conversion methods are already available in standard lirary
pl752
committed
92f76ba
View commit details
Copy full SHA for 92f76ba
Browse repository at this point
Fixed length validation mishap for dec16
pl752
committed
348e27b
View commit details
Copy full SHA for 348e27b
Browse repository at this point
You can’t perform that action at this time.