Docs Build | |
Documentation | |
GHA CI | |
Code Coverage |
LazyBroadcast.jl provides tools to defer the execution of Julia broadcasted expressions. This can be used to avoid temporary allocations, fuse operations, and enable a even more functional-programming approaches to Julia packages.
This is achieved via lazy_broadcast
.
See our documentation for more
information.