8,963
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
| Line 198: | Line 198: | ||
|} | |} | ||
Who would have thought that VB performes so well against C#. (At least for the export.) | Who would have thought that VB performes so well against C#. (At least for the export.) On second thought, it makes sense that both .NET 10 builds are more memory-efficient overall, as they share a more modern - and therefore more efficient - foundation. | ||
====Notes on VB (.NET 10)==== | ====Notes on VB (.NET 10)==== | ||
| Line 211: | Line 211: | ||
====Notes on C# (.NET 10)==== | ====Notes on C# (.NET 10)==== | ||
<s>Currently, XML is exported with slightly less accuracy: Doubles are rounded to 6 instead of 7 digits after the decimal separator.</s> | <s>Currently, XML is exported with slightly less accuracy: Doubles are rounded to 6 instead of 7 digits after the decimal separator.</s> | ||
* The desired behavior can be reimplemented by adding methods that mimic this quasi-legacy float-parsing | * The desired behavior can be reimplemented by adding methods that mimic this quasi-legacy float-parsing. | ||
edits