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 }}
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.6k
Star
18.3k
Code
Issues
5k+
Pull requests
634
Discussions
Actions
Projects
Security and quality
70
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Use more spans in
System.Reflection.Metadata
et. al.
- #76574
#76574
Merged
stephentoub
merged 16 commits into
dotnet:main
dotnet/runtime:main
from
teo-tsirpanis:srm-opt
teo-tsirpanis/dotnet-runtime:srm-opt
Copy head branch name to clipboard
Nov 3, 2022
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Use more spans in
System.Reflection.Metadata
et. al.
#76574
stephentoub
merged 16 commits into
dotnet:main
dotnet/runtime:main
from
teo-tsirpanis:srm-opt
teo-tsirpanis/dotnet-runtime:srm-opt
Copy head branch name to clipboard
Commits
Commits on Oct 27, 2022
Use Unsafe.As in ImmutableByteArrayInterop.
Show description for f6b854b
teo-tsirpanis
committed
f6b854b
View commit details
Copy full SHA for f6b854b
Browse repository at this point
Optimize methods in the BlobUtilities class.
teo-tsirpanis
committed
417f538
View commit details
Copy full SHA for 417f538
Browse repository at this point
Include more information in exceptions thrown from catch blocks.
teo-tsirpanis
committed
ce584cd
View commit details
Copy full SHA for ce584cd
Browse repository at this point
Use spans in BlobContentId, avoiding ImmutableByteArrayInterop.
teo-tsirpanis
committed
44e38dc
View commit details
Copy full SHA for 44e38dc
Browse repository at this point
Use spans in BlobWriter, reducing pinning and ImmutableArrayInterop.
teo-tsirpanis
committed
a2acd50
View commit details
Copy full SHA for a2acd50
Browse repository at this point
Use spans in BlobBuilder, reducing pinning and ImmutableArrayInterop.
teo-tsirpanis
committed
daed179
View commit details
Copy full SHA for daed179
Browse repository at this point
Remove NoInlining from the throw helpers.
Show description for 47350a7
teo-tsirpanis
committed
47350a7
View commit details
Copy full SHA for 47350a7
Browse repository at this point
Inline `BlobUtilities.Read(Immutable)?Bytes`.
teo-tsirpanis
committed
9a56ab1
View commit details
Copy full SHA for 9a56ab1
Browse repository at this point
Avoid a length check introduced by the use of `BinaryPrimitives`.
teo-tsirpanis
committed
8ebbbfa
View commit details
Copy full SHA for 8ebbbfa
Browse repository at this point
Remove `DisallowNull` from `ImmutableArrayInterop.DangerousCreateFromUnderlyingArray`.
teo-tsirpanis
committed
85bc2d6
View commit details
Copy full SHA for 85bc2d6
Browse repository at this point
Remove an early bail-out if the buffer was empty.
teo-tsirpanis
committed
de0c6f2
View commit details
Copy full SHA for de0c6f2
Browse repository at this point
Stop using value tuples.
teo-tsirpanis
committed
5001e7f
View commit details
Copy full SHA for 5001e7f
Browse repository at this point
Fix tests and expose writing a span to BlobWriter.
teo-tsirpanis
committed
94b72c1
View commit details
Copy full SHA for 94b72c1
Browse repository at this point
Fix stack overflows.
teo-tsirpanis
committed
a4b647c
View commit details
Copy full SHA for a4b647c
Browse repository at this point
Shorten BlobUtilities methods that write integers.
teo-tsirpanis
committed
d466b38
View commit details
Copy full SHA for d466b38
Browse repository at this point
Commits on Oct 28, 2022
Optimize some methods in `MemoryBlock`.
teo-tsirpanis
committed
bc43334
View commit details
Copy full SHA for bc43334
Browse repository at this point
You can’t perform that action at this time.