Uploaded image for project: 'XBean'
  1. XBean
  2. XBEAN-158

Reduced memory footprint via singly-linked lists

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.8
    • finder
    • None

    Description

      Created a singly-linked list for the most efficient memory usage. The Arraylist took up many times the reference space that was actually required. Each class file read resulted in essentially a minimum of 69 object references allocated regardless of the actual size of the object.

      The new minimum is 19.

      Attachments

        Activity

          People

            dblevins David Blevins
            dblevins David Blevins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: