Pinned repositories
-
dotnet/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
-
aspnet/HttpAbstractions
HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities.
-
BabylonJS/Babylon.js
Babylon.js: a complete JavaScript framework for building 3D games with HTML 5 and WebGL
807 contributions in the last year
Contribution activity
January 2017
Created a pull request in dotnet/coreclr
that received 7
comments
Fast-path for ASCII & UTF8 Encoding ASCII data
Up to x4 faster on Encoding.GetBytes(String s) for UTF8 and ASCII when string is ascii.
Have #if !BIGENDIAN the changes as don't have have a good w…
Created an issue in aspnet/HttpAbstractions
that received 8
comments
string.IsNullOrWhiteSpace accepts invalid chars
string.IsNullOrWhiteSpace calls char.IsWhiteSpaceLatin1 to determine if charaters are whitespace. In addition to space (0x20) it also accepts the f…