You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/home/getting_started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,9 +212,9 @@ Finally, the below chart shows the overheat for the Sorting and Dynamic Typing o
212
212
213
213
### Conclusions
214
214
215
-
-`ImportFromCSV` is the faster one import method when working with files with a great number of quoted fields. The performance of the @sdkn104 solution may be affected if the time to load the file content is not ignored, this because the solution doesn't have a method to pull out the content of CSV files.
215
+
-`ImportFromCSV` is the faster one import method.
216
216
- The CSV syntax slow-down the performance. When the number of escaped fields are increased, the performance decrease, this is especially noticeable for the @sdkn104 solution.
217
-
- The Dynamic Typing causes more overheat than the Sort operation. This can be explained by the great performance of the Yaroslavskiy sorting algorithm used.
217
+
- The Dynamic Typing causes more overheat than the Sort operation. This can be explained by the great performance of the Yaroslavskiy sorting algorithm used.
0 commit comments