-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Things needed for a PoC port of the Stack Overflow codebase to LinqAF #3
Comments
Needs bridge types (to avoid allocs) and optimizations for one item and range enumerables. |
We'd also need an IQueryable pass-through, otherwise a naive drop in is gonna do really bad things to L2S or L2EF (or whatever). |
Something nice to replace |
SO has it's own ToHashSet(); since that's in .NET 4.7.1 might as well bite the bullet on those additions. |
2.0.0 makes big steps in this direction, though leaving it open for now. Also: |
Will also need something for Task.WhenAll/WaitAll/Whatever |
Just for kicks, here's basically what would be needed to make this not hellaciously awful.
Obviously this code can't be released, but it'll give a baseline of before & after compile times from conversion.
Spoiler alert: I bet they're reaaaaaaal bad.
The text was updated successfully, but these errors were encountered: