Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-3388] Add Go SDK type specialization of emitters #4314

Merged
merged 2 commits into from Dec 22, 2017

Conversation

herohde
Copy link
Contributor

@herohde herohde commented Dec 22, 2017

Removes the reflective overhead for emitters of certain types. This is a "poor man's templates" approach.

  * Added combinations, such as func(int,Z), for fundamental data types and universals
  * For such emitter types, we can avoid the overhead of a reflection call.
@herohde
Copy link
Contributor Author

herohde commented Dec 22, 2017

R: @wcn3

@herohde
Copy link
Contributor Author

herohde commented Dec 22, 2017

Thanks!

@herohde
Copy link
Contributor Author

herohde commented Dec 22, 2017

R: @lukecwik (merge)

@lukecwik lukecwik merged commit fc550df into apache:go-sdk Dec 22, 2017
@lukecwik lukecwik self-assigned this Dec 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants