We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IO lists in erlang/elixir presents significant latency and memory use improvements.
Are IO lists supported by Chumak as a sort of zero-copy or lazy binary serialization of payload?
https://bignerdranch.com/blog/elixir-and-io-lists-part-1-building-output-efficiently/
https://bignerdranch.com/blog/elixir-and-io-lists-part-2-io-lists-in-phoenix/
The text was updated successfully, but these errors were encountered:
FYI: IO Lists are now officially called IO data.
IO Lists
IO data
https://hexdocs.pm/elixir/1.12/IO.html#module-io-data
The documentation explains why it can be used as a more efficient alternative to binaries in certain situations.
Sorry, something went wrong.
I don't know. Feel free to make a PR if your use case requires it.
No branches or pull requests
IO lists in erlang/elixir presents significant latency and memory use improvements.
Are IO lists supported by Chumak as a sort of zero-copy or lazy binary serialization of payload?
https://bignerdranch.com/blog/elixir-and-io-lists-part-1-building-output-efficiently/
https://bignerdranch.com/blog/elixir-and-io-lists-part-2-io-lists-in-phoenix/
The text was updated successfully, but these errors were encountered: