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
Related topics
Topic
Replies
Views
Activity
Faster zeros with calloc
Performance
array
26
3829
March 23, 2022
Huge performance improvement by separating function?
General Usage
15
1143
August 27, 2018
Fastest way to run a for loop in parallel
Performance
multithreading
,
threads
4
5079
December 27, 2020
Performance of zeros() vs. Array{T}()?
Performance
4
1163
September 6, 2018
Zeros slower than Array comprehension
Performance
question
3
682
October 7, 2018