The class is not serializable. I made a test console app where it ONLY added 10^7 new GeoCoordinates(1,1) to a List, and the resulting memory usage of the app was 735 MB in windows.
I guess the number of bytes is 72 bytes?
The class is not serializable. I made a test console app where it ONLY added 10^7 new GeoCoordinates(1,1) to a List, and the resulting memory usage of the app was 735 MB in windows.
I guess the number of bytes is 72 bytes?