Maksim Volkau

Results 82 issues of Maksim Volkau

Here is example inspired by typical [MediatR](https://github.com/jbogard/MediatR) sample. Question, why resolution for `X` is working but for `IRequestHandler` is not? Live code is [here](https://dotnetfiddle.net/T1OYgV) ``` using System; using StructureMap; public...

- Currently using FEC.LE v3.0.0-preview-02 - All tests are passing The benchmark results for the String Dictionary expression: ``` BenchmarkDotNet=v0.12.1, OS=Windows 10.0.19041.572 (2004/?/20H1) Intel Core i7-8565U CPU 1.80GHz (Whiskey Lake),...

- Hack its construction - Hack CreateDelegate in order to reuse the method again.

idea
performance

Currently FEC stores the data in the nested lambda closure and then calls method `Curry` to remove the closure from the lambda signature. For example for nested `Func` the Curry...

performance

Currently it is statically set for full framework via `#if`.

Hello @demigor, First. Wow! When I googled "virtual dom in xaml wpf" I did not expect anything to see. Next. Thumbs up for demos! To the topic. The state of...

Now then you have cleared NetStandard 2.0, maybe do a multi-target for Full Clr to cover the need for that. Actually, I was trying to check the new version on...

I want a fast, configurable for the small sizes and less-allocating variant of HashMap in comparison with Dictionary and [DictionarySlim](https://github.com/dotnet/corefxlab/blob/archive/src/Microsoft.Experimental.Collections/Microsoft/Collections/Extensions/DictionarySlim.cs). Alternative implementation to look for and compare: - https://github.com/Wsm2110/Faster.Map -...

enhancement

Pros: - The idea is that we pass the struct state deep into the stack when updating (other ops) on Map - We may get the result back using this...