Y
Hacker News
new
|
ask
|
show
|
jobs
by
kevingadd
395 days ago
I believe they're referring to the stack allocation improvements, which would ideally allow all the LINQ temporary objects to live on the stack. I'm not sure whether it does in practice though.
1 comments
andyayers
395 days ago
Unfortunately, those improvements don't work for Linq.
Some notes on why this is so here:
https://github.com/dotnet/runtime/blob/main/docs/design/core...
link
zamalek
395 days ago
Aw, I had no idea that it didn't work out. If they work that out I'd put good money on a colossal perf boost across the board.
link
Some notes on why this is so here: https://github.com/dotnet/runtime/blob/main/docs/design/core...