Distance Calculation - best practice?

Is it better to calculate the distance between the Player and many objects, by assigning the same smaller script for each object, or one large script attached to Player that arrays all the objects, and calculates. Seems like having all the objects calculate the player position would be worse, but I am not sure. Would it matter?

Micromanagement is more efficient than mass polling. Avoid largescale operations in small timeframes.