The Wayback Machine - https://web.archive.org/web/20210125011923/https://github.com/EgorBo
Skip to content
Avatar
🛠️
Working from home
🛠️
Working from home

Highlights

Organizations

@mono @xamarin @EpicGames @simdjson
EgorBo/README.md

EgorBo's github stats

Top Langs

Pinned

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

    C# 375 18

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

    C# 136 19

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

    C# 497 28

  4. ARKit + UrhoSharp + Xamarin

    C# 41 20

693 contributions in the last year

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

Contribution activity

January 2021

Created 1 repository

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

[Android] Load System's OpenSSL

We can't use dlopen for system libs (AFAIK since some more or less recent API level) e.g. for system OpenSSL, but it turns out it's still always lo…

+106 −23 14 comments
Reviewed 1 pull request in 1 repository
dotnet/runtime 1 pull request

Created an issue in dotnet/runtime that received 2 comments

[iOS] AOT: mono_gc_pthread_create Cannot transition thread 0x16b77b000 from STATE_BLOCKING with DO_BLOCKING

Steps to reproduce (on a clean repo): cd src/mono/netcore/sample/iOS make all MONO_CONFIG=Debug MONO_ARCH=arm64 USE_LLVM=false AOT=true (or MONO_AR…

2 comments