Replies: 1 comment
-
Creating a hard link is also making some changes to the SSD
It definitely writes fewer bytes though. Instead of writing a new file, it just writes a new path. I don't know how to test it though. Maybe there are some disk monitoring programs? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SSDs degrade after a certain amount of time because they can only be written to a certain amount of times. Would pnpm help against this because it doesn't need to write new files all the time because the files are linked from the global store. Or does a link also count as a "write" when it comes to SSD degradation?
Any idea how this could even be tested?
Beta Was this translation helpful? Give feedback.
All reactions