Maksim Volkau
Maksim Volkau
Sorry, not "rather" but combine this with above suggestion
Good question. - For now you can write the benchmark with BenchmarkDotNet in ..Benchmarks project. - Ensure the benchmarked case covers affected code path. - Create benchmark against normal Expression.Compile,...
Another idea from #115 discussion. - We may `CompileFast` the test delegate, - then decompile it to IL code - then use this IL to emit and `CreateDelegate` to get...
@jogibear9988 I was able to reproduce this `Test: MappingTests.TesCollection` - took me awhile.
Yes, I will work on this. At the moment I am going incrementally by replacing the Compile in my fork one by one and fixing the issues. It helps because...
> ??? Wich fork? of Linq2db My fork of Linq2Db where I am switching the Compile to CompileFast directly.
@jogibear9988 Not yet. Past months did something else, but planning to be back to FEC soon.
@jogibear9988 I've decided to release the V3 as-is, without the fixes for this issue. The previews are being for a while now and releasing the RTM version I am hoping...
@jogibear9988 Not sure. Need to look again.
@jogibear9988 Is there a way to quickly check the current FEC sources, are you still having the PR or branch for that or should I go back to mine (update...