Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Bismarck, ND
- Sign in to view email
Popular repositories
-
-
Forked from joostdenijs/azure-content
Repository containing the Articles on azure.microsoft.com Documentation Center
-
-
-
Forked from dotnet/corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.
C#
805 contributions in the last year
Activity overview
Contribution activity
January 2020
Created a pull request in apache/avro that received 2 comments
AVRO-2714: [C#] Optimize reading on .NET Core and Standard 2.1+
We can use stackallocs and ArrayPool to save on allocations when running on .NET Core 2.1 and .NET Standard 2.1.
Notes
I needed to multi-target to …
- Add support for multiple char classes in FindFirstChars
- Factor common prefix text out of Regex alternations
- Avoid large switch in compiled FindFirstChar
- Fix managed hosting assembly PackageReference versions to libraries to 4.7.0
- Tweak codegen for Regex's FindFirstChar
- Specialize Regex codegen for ?
- Streamline Regex path to matching, and improve Replace/Split
- Normalize Regex char class containing a single negated character
- Update workflow readme
Created an issue in dotnet/runtime that received 2 comments
BitConverter.ToDouble is much slower than calling ReadInt64LittleEndian and Int64BitsToDouble
Given this simple benchmark: public class Program { private static byte[] _buffer = new byte[8]; static void Main(string[] args) { BitConverter.Tr…