Skip to content

Binaries instead of lists #8

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

Open
sre990 opened this issue Oct 12, 2022 · 0 comments
Open

Binaries instead of lists #8

sre990 opened this issue Oct 12, 2022 · 0 comments
Labels
enhancement New feature or request high priority

Comments

@sre990
Copy link
Owner

sre990 commented Oct 12, 2022

The Erlang concurrency model is shared-nothing, meaning that all data must be copied
between processes and this introduces some overhead. Overhead may be minimised by using binaries instead of lists, because binaries are passed by reference.

@sre990 sre990 added enhancement New feature or request high priority labels Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority
Projects
None yet
Development

No branches or pull requests

1 participant