ash-project / spark

Tooling for building DSLs in Elixir
MIT License
104 stars 23 forks source link

Use term_to_iovec instead of term_to_binary #97

Closed fuelen closed 1 month ago

fuelen commented 1 month ago

md5 accepts iodata, so it is more performant to use term_to_iovec. Just a micro optimization

Contributor checklist