This applies to .NET. I want to write an application for spatial mapping. In memory there will be several polygons at once (about 30-50 polygons). Each halfgon has a set of LatLong points. collection can vary from 10 to 200 per landfill. However, there are many calculations that will be performed using points, so (for performance) I want to create a LatLong structure. However, I am tired of the large number of LatLongs that will be remembered. Any understanding of this will be appreciated. Recall: I want to know if I can make a Shadow for the LatLong structure because I want the performance to be calculated, or the class due to the number of latLongs that will be in memory on one.
source share