Curl Global Community
Applet Memory Footprint - Printable Version

+- Curl Global Community (https://communities.curl.com)
+-- Forum: Blogs (https://communities.curl.com/forumdisplay.php?fid=17)
+--- Forum: Tech blog (https://communities.curl.com/forumdisplay.php?fid=18)
+---- Forum: Robert blog (https://communities.curl.com/forumdisplay.php?fid=20)
+---- Thread: Applet Memory Footprint (/showthread.php?tid=520)



Applet Memory Footprint - RobertShiplett - 06-06-2012

In my serialization project, I have some 13,000 objects in an array.

Immediately after populating a visual, but before adding that visual to my display, I reset that array to an empty version of itself.

The result? My applet's footprint dropped 10 MB. Not bad for one line of code.

Now to get to where the user can select small sets to load async ...