Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-3324

symtab.go shouldn't read entire file into memory

Details

    • Improvement
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • None
    • Not applicable
    • sdk-go
    • None

    Description

      The implementation of symtab.go reads the entire binary into memory. This is wasteful of memory, and it should just use os.File as the backing reader. If performance becomes an issue, we can use a modest amount of memory to cache lookups and avoid filesystem reads.

      Attachments

        Activity

          People

            wcn3 Bill Neubauer
            wcn3 Bill Neubauer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: