(no title)
pourred | 1 year ago
As a dataset, I just use find to generate a list of paths from the file system:
find / > large.txt
I tested with Swift 5.7 and 5.9, and Python is always between 4x and 10x faster.
pourred | 1 year ago
As a dataset, I just use find to generate a list of paths from the file system:
find / > large.txt
I tested with Swift 5.7 and 5.9, and Python is always between 4x and 10x faster.
No comments yet.