[ 
https://issues.apache.org/jira/browse/BEAM-3324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Rohde reassigned BEAM-3324:
-----------------------------------

    Assignee: Bill Neubauer  (was: Henning Rohde)

> symtab.go shouldn't read entire file into memory
> ------------------------------------------------
>
>                 Key: BEAM-3324
>                 URL: https://issues.apache.org/jira/browse/BEAM-3324
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-go
>            Reporter: Bill Neubauer
>            Assignee: Bill Neubauer
>            Priority: Minor
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to