The Wayback Machine - https://web.archive.org/web/20210221104842/https://github.com/stephentoub
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@microsoft @dotnet

Pinned

  1. .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

    C# 5k 1.8k

2,607 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri
Activity overview
Contributed to dotnet/runtime, dotnet/roslyn-analyzers, dotnet/designs and 5 other repositories

Contribution activity

February 2021

Created a pull request in dotnet/runtime that received 16 comments

Special-case Enumerable.SequenceEqual for byte[]

[Params(1, 100, 1_000_000)] public int Count { get; set; } private byte[] _arr1, _arr2; [GlobalSetup] public void Setup() { _arr1 = RandomNumberGen…

+50 −5 16 comments
Opened 29 other pull requests in 3 repositories
dotnet/runtime
24 merged 2 open
dotnet/performance
1 open 1 merged
dotnet/aspnetcore
1 merged
Reviewed 105 pull requests in 9 repositories
dotnet/runtime 94 pull requests
dotnet/aspnetcore 3 pull requests
dotnet/performance 2 pull requests
dotnet/core 1 pull request
microsoft/perfview 1 pull request
dotnet/designs 1 pull request
dotnet/runtimelab 1 pull request
dotnet/msbuild 1 pull request
dotnet/installer 1 pull request

Created an issue in dotnet/runtime that received 4 comments

API Proposal: MemoryExtensions.SequenceEqual with IComparer<T>

Background and Motivation We currently have MemoryExtensions.SequenceEqual overloads that work with spans, but they constrain T : IEquatable<T>: pu…

4 comments
Answered 2 discussions in 1 repository