top | item 40042536 (no title) _rend | 1 year ago I think it'd be curious to see the code, some example strings, and whether or not you compiled with optimizations enabled — if you're willing to share. There's no reason for this to have been the case. discuss order hn newest pourred|1 year ago Here you go: https://pastebin.com/iemfTkzxAs a dataset, I just use find to generate a list of paths from the file system:find / > large.txtI tested with Swift 5.7 and 5.9, and Python is always between 4x and 10x faster.
pourred|1 year ago Here you go: https://pastebin.com/iemfTkzxAs a dataset, I just use find to generate a list of paths from the file system:find / > large.txtI 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.