Julia Programming Language
How is it possible that parallelized code causes fewer allocations?
General Usage
Performance
parallel
,
sort
,
memory-allocation
abraemer
December 30, 2024, 3:12pm
19
Have you seen Finch.jl?
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
A question about how arrays work, how memory is allocated and what happen when chunks of code inside a function are moved into another function
Performance
10
375
May 13, 2022
Why is sorting matrices allocating and why is it sometimes slower than the naive approach?
Performance
sort
,
matrices
11
521
November 6, 2021
Parallelization seems to increase the necessary amount of allocations for single threads
Performance
8
265
January 26, 2024
@spawn large memory allocation reduced when some code abstracted out in a function
Performance
multithreading
,
memory-allocation
6
874
October 15, 2022
Why does sortperm! allocate here?
Performance
sortperm
,
memory-allocation
4
264
March 24, 2024