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

Add avoid boxing via Parameterization pattern #15

Open
SeanTAllen opened this issue Jul 23, 2016 · 0 comments
Open

Add avoid boxing via Parameterization pattern #15

SeanTAllen opened this issue Jul 23, 2016 · 0 comments

Comments

@SeanTAllen
Copy link
Member

In performance patterns.

You can use function parameterization to avoid boxing/unboxing primitives (a serious perf slowdown). This is going to bite people coming from dynamic languages if they use Any for actor methods. Can also impact on people using union types a lot.

@SeanTAllen SeanTAllen self-assigned this Jul 23, 2016
@SeanTAllen SeanTAllen removed their assignment Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant