Hi guys... I just tested pick function of Matrix and compare it with native PHP func array_column... here is my test :
pick | 0.0001 (microtime)
array_column | 3.099 | 9.213 | 1.342 (microtime)
pick has a great performance. Hope it will be helpful for someone, cheers :-)