Tomas Grosup
Tomas Grosup
The decompiled version for `ToString` looks like this - it passes `this` to a printing function, which can then box it (cast it to `obj` directly, or store it somewhere)...
I would be in favor of the following: - Separate standalone library with new NET targets, which would provide the vectorized functions - Separate fsharp suggestions on FSharp.Core evolution w.r.t....
F# lists are linked lists with heap-allocated nodes, vectorization by casting them to a pointer of contiguous memory would not work. And the cost of a copy is not justified...
Thanks for taking this up @majocha . This has the potential to speed up solution opening, so I am really glad the new API model allows us to make this...
> I included fix for #18904. The setting was never set because the `Initialize` method was never called. We could extract the fix to another PR if needed. Excellent for...
I am going to merge this as it fixes an important user-facing regression with the solution crawler. (especially on large solutions this would degrade the experience a lot) @majocha :...
/backport to release/dev18.0
Hypothesis - processing of tuples and tupled code in general gets different when size reaches 8, which correlated to the line 16 and beyond of the program. This can also...
@edgarfgp : Hi Edgar, is this ready for review now?
If new important topics arise from the implementation, please raise a change here as well.