I have a large set of data which represents coordinates on a two dimensional plane. What would be an effective and efficient method to find all of the x,y pairs that fall within a certain radius based around a given point? (Any tips for storing the data that would make processing it easier is also very welcome)
