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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.6k
Star
18.3k
Code
Issues
5k+
Pull requests
617
Discussions
Actions
Projects
Security and quality
70
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Array.FindAll improvements
- #120336
#120336
Merged
jkotas
merged 10 commits into
dotnet:main
dotnet/runtime:main
from
Henr1k80:main
Henr1k80/runtime:main
Copy head branch name to clipboard
Jan 24, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Array.FindAll improvements
#120336
jkotas
merged 10 commits into
dotnet:main
dotnet/runtime:main
from
Henr1k80:main
Henr1k80/runtime:main
Copy head branch name to clipboard
Commits
Commits on Oct 2, 2025
Array.FindAll improvements
Henr1k80
committed
eb7ecd7
View commit details
Copy full SHA for eb7ecd7
Browse repository at this point
If all allocated are matched AND the match-array is not rented, we can just return the already allocated array
Henr1k80
committed
5cb2e20
View commit details
Copy full SHA for 5cb2e20
Browse repository at this point
Commits on Oct 3, 2025
Style changes, makes the method not fit within screen height.
Henr1k80
committed
c7e3678
View commit details
Copy full SHA for c7e3678
Browse repository at this point
Use a small amount of stack allocated matches before optionally allocating a list
Henr1k80
committed
a0694b2
View commit details
Copy full SHA for a0694b2
Browse repository at this point
Style changes
Henr1k80
committed
f6269d6
View commit details
Copy full SHA for f6269d6
Browse repository at this point
Commits on Jan 22, 2026
Merge remote-tracking branch 'dotnet/main'
Henr1k80
committed
8076db4
View commit details
Copy full SHA for 8076db4
Browse repository at this point
Use Span.Copy to copy the inline array to the resulting array
Henr1k80
committed
15e10bd
View commit details
Copy full SHA for 15e10bd
Browse repository at this point
Commits on Jan 23, 2026
Avoid using List as buffer & reduce stack allocated buffer size
Henr1k80
committed
cdf7f3a
View commit details
Copy full SHA for cdf7f3a
Browse repository at this point
Update src/libraries/System.Private.CoreLib/src/System/Array.cs
Show description for d9498d0
tarekgh
and
jkotas
authored
d9498d0
View commit details
Copy full SHA for d9498d0
Browse repository at this point
Apply feedback suggestion
tarekgh
authored
e78bcc6
View commit details
Copy full SHA for e78bcc6
Browse repository at this point
You can’t perform that action at this time.