Comment on Ask HN: why is it faster to delete files from a disc than to write them?Comments−mooism213yBecause you're only removing the directory entry. The file contents are still on disk, it's just there's no easy way to know where on disk.
Comments
Because you're only removing the directory entry. The file contents are still on disk, it's just there's no easy way to know where on disk.