Alex Yakunin

Results 43 comments of Alex Yakunin

Hi, please check out https://medium.com/swlh/astonishing-performance-of-net-5-more-data-5cdc8d821e8c Overall, .NET 5 didn't improve much in this sense, though I guess the issue with this test is that it doesn't involve pinned objects, and...

No, I have not. I'll try to.

The problem is severe: it prevents using dotnet-try w/ any NuGet packages involving this C# 9 feature.

Any updates? Face the same issue, proposed fix doesn't help.

Hi, I'll partially accept this PR, coz the configuration logic there is outdated - thanks!

@seertenedos check out https://github.com/alexyakunin/FusionQA/tree/main/FusionQA.Mar2022 - this is probably what you're looking for

To be fixed. For now, a couple comments: - Attempts to reconnect to a publisher are normal. Though it makes sense to add a test ensuring they'll stop once every...

Yeah, I totally support this - honestly, Castle.DynamicProxy is used there solely because I wanted to prototype this faster. I totally understand it negatively impacts the performance + won't work...