Julia Programming Language
Fastest way of getting a long zero vector?
General Usage
stevengj
March 14, 2024, 6:01pm
2
You could use
calloc
. See e.g.
Faster zeros with calloc
and ArrayAllocators.jl
3 Likes
show post in topic