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

Allow the binary serialization function to be configurable #186

Closed
wants to merge 3 commits into from

Conversation

kjnilsson
Copy link
Contributor

Primarily this will allow the use of term_to_iovec instead of
term_to_binary.

Primarily this will allow the use of term_to_iovec instead of
term_to_binary.
@michaelklishin
Copy link
Member

Does such MFA invocation with iovec still perform better than term_to_binary/1?

@kjnilsson
Copy link
Contributor Author

Does such MFA invocation with iovec still perform better than term_to_binary/1?

That is a good question, it doesn't make it worse what I can see but @Vanlightly will take a look and run some comparative tests with either setting.

BTW we can't merge this yet as I didn't make the test suite OTP 21 and 22 compat!

@pjk25 pjk25 deleted the branch master October 6, 2021 11:34
@pjk25 pjk25 closed this Oct 6, 2021
@michaelklishin michaelklishin deleted the configurable-serializer-function branch January 17, 2022 11:29
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