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
374
May 13, 2022
Why is sorting matrices allocating and why is it sometimes slower than the naive approach?
Performance
sort
,
matrices
11
519
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
871
October 15, 2022
StructArrays creating a lot of allocations compared to arrays
Performance
memory-allocation
,
data_structures
,
arrays
,
structarrays
2
736
February 1, 2021