Curl Global Community

Full Version: Applet Memory Footprint
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ...