Skip to content
Avatar
πŸ›?️
Working from home
πŸ›?️
Working from home

Achievements

Achievements

Highlights

Organizations

@mono @xamarin @microsoft @EpicGames @simdjson
Block or Report

Block or report EgorBo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
EgorBo/README.md

Egor Bogatov

Twitter Follow GitHub User's stars

Top Langs

Pinned

  1. Disasmo Public

    VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).

    C# 439 25

  2. VS add-in. Creates Xamarin.Android Binding Projects using gradle

    C# 142 18

  3. C# bindings for lemire/simdjson (and full C# port)

    C# 575 35

  4. ARKit + UrhoSharp + Xamarin

    C# 42 20

725 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri
Activity overview
Contributed to dotnet/runtime, EgorBo/Disasmo, compiler-explorer/misc-builder and 5 other repositories

Contribution activity

April 2022

Created 11 commits in 1 repository

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

Add special Comparer/EqualityComparer for Nullable<Enum>

Fixes #67842 Example: bool Test(DayOfWeek? d1, DayOfWeek? d2) => EqualityComparer<DayOfWeek?>.Default.Equals(d1, d2); Codegen diff: https://www.dif…

+192 βˆ’38 11 comments
Reviewed 24 pull requests in 2 repositories
dotnet/runtime 23 pull requests
dotnet/jitutils 1 pull request

Created an issue in dotnet/runtime that received 7 comments

Native PGO: more targets

I noticed that the only two binaries we do Native PGO for are clrjit and coreclr (checked on Linux-x64) - I think it should make a difference if we…

7 comments

Seeing something unexpected? Take a look at the GitHub profile guide.