in reply to Re^3: Hash vs constant vs package vs other for data structure
in thread Hash vs constant vs package vs other for data structure
I may go with this method actually since I see the memory benefits should be quite large. What's more, to get the list of objects all I need to do is get the keys and sort them by the $x value, reducing algorithmic complexity a ton from a full array search. Thanks.