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
3853
March 23, 2022
Huge performance improvement by separating function?
General Usage
15
1144
August 27, 2018
How does Vector{Int64}(undef, 20) differ in a multi-threaded environment?
General Usage
4
399
May 27, 2022
Fastest way to run a for loop in parallel
Performance
multithreading
,
threads
4
5195
December 27, 2020
Performance of zeros() vs. Array{T}()?
Performance
4
1163
September 6, 2018