Skip to content

Commit 83d81c8

Browse files
committed
Update getting_started.md
1 parent 551f80a commit 83d81c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/home/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Finally, the below chart shows the overheat for the Sorting and Dynamic Typing o
212212

213213
### Conclusions
214214

215-
- `ImportFromCSV` is the tested faster one import method when working with files with a great number of quoted fields.
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.
216216
- 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.
217217
- The Dynamic Typing causes more overheat than the Sort operation. This can be explained by the great performance of the Yaroslavskiy sorting algorithm used.
218218

0 commit comments

Comments
 (0)