[
https://issues.apache.org/jira/browse/BEAM-4725?focusedWorklogId=179581&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-179581
]
ASF GitHub Bot logged work on BEAM-4725:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Dec/18 22:16
Start Date: 28/Dec/18 22:16
Worklog Time Spent: 10m
Work Description: apilloud commented on issue #7357: [BEAM-4725] Use
unsafe to avoid small allocations to the heap.
URL: https://github.com/apache/beam/pull/7357#issuecomment-450436082
The assertion here is that Read/Write won't retain a reference to the data
after they return. Sounds reasonable, surprised the go compiler doesn't make
that assumption too.
LGTM
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 179581)
Time Spent: 0.5h (was: 20m)
> Reduce framework overhead in Go SDK
> -----------------------------------
>
> Key: BEAM-4725
> URL: https://issues.apache.org/jira/browse/BEAM-4725
> Project: Beam
> Issue Type: Improvement
> Components: sdk-go
> Reporter: Robert Burke
> Assignee: Robert Burke
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The Go SDK produces correct results, but it also does redundant
> recomputations, or allocations. This Jira is to track performance
> improvements along any per-element path, where that overhead could be
> significant.
> Contributions should include at least one benchmark with before and after
> values to demonstrate the value of the change.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)