|
|
|
|
|
by dbt00
2627 days ago
|
|
Using git as a filesystem performance metric is horribly flawed -- git was written from the beginning to perform perfectly on Linux. It's the most native linux application I can think of. (Not because it's using secret system calls, but because its design was vetted and performance tailored for Linux.) |
|
https://www.phoronix.com/scan.php?page=news_item&px=Linux-4....
https://www.makeuseof.com/tag/linux-transfer-files-faster-wi...
https://www.tomshardware.com/reviews/ubuntu-oneiric-ocelot-b...
https://superuser.com/questions/1124472/why-is-linux-30x-fas...
I also want to point out that just because NTFS isn't the fastest filesystem on the block doesn't mean it is a bad one. From what I can gather just casually googling it seems like NTFS emphasizes safety at the cost of performance at times. So depending on your workload and desired behavior NTFS might be the file system of choice for you. It's also worth noting that IF NTFS is intended to be more user-safe it sort of makes sense why may be the choice for the most common OS which aims to serve all users (not just technical ones).