Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign up
Popular repositories
-
-
IronPigeon is a decentralized communication protocol that provides high confidentiality and authenticity for the messages.
-
Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing
-
-
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
3,689 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in neuecc/MessagePack-CSharp that received 4 comments
Merge immutable collections formatters into main library
This removes the need for a separate assembly and package to support immutable collection types being serialized/deserialized. It also removes the …
Created an issue in mono/mono that received 4 comments
System.RuntimeType.GetConstructors_native and other type load failures in concurrent scenarios
MessagePack is a highly perf tuned serialization library that makes heavy use of dynamic methods, Ref.Emit, and static generic classes. It's likely…