Andrea Canciani
Andrea Canciani
Side note: another case that could be interesting is the negation of an expression. Having it "ready to use" would make some predicate-related optimizations faster/cheaper.
> @ranma42 just to continue on my comment just above, I _think_ this should be safe to implement even in the current bits - any case in which a mutable...
`SqlConstantExpression`s can contain any `Value`. Is it fine to assume that they are immutable? (once they are being processed by the EFCore query pipeline) For example, would it be legitimate...
I did a couple of experiments in https://github.com/ranma42/efcore/tree/wip/hash-lazy and https://github.com/ranma42/efcore/tree/wip/hash-eager to evaluate the impact; the results are [benchmarks.zip](https://github.com/user-attachments/files/18228406/benchmarks.zip) The `CompareEquals` benchmark (not in the attachment) compares different expressions (of varying...
I ran the benchmarks on my laptop: ``` BenchmarkDotNet v0.14.0, Kali GNU/Linux 2024.4 13th Gen Intel Core i7-13850HX, 1 CPU, 28 logical and 14 physical cores .NET SDK 10.0.100-alpha.1.24573.1 [Host]...
I tried running the EFCore.Sqlite.FunctionalTests and EFCore.SqlServer.FunctionalTests multiple times to collect some data. | Sqlite | | | Sqlserver | | --: | --: | --: | --: | --:...
> Thanks for doing this and posting the results [@ranma42](https://github.com/ranma42)! Yeah, I'm slightly surprised as well, but I think this mainly shows that we're simply not doing a lot of...
The latest master (d11d0f88bb032d4a3302f90ab3addeb1a6b0559b) seems to have the same problem.
I am already doing that for my project ;) I reported the issue because I was suggested to do so in the Swagger IRC channel (at first I was unsure...
@wing328 should I close this and report against https://github.com/swagger-api/swagger-parser ?