Passing a struct to a function allocates whereas passing an array does not
|
|
2
|
335
|
August 28, 2023
|
Why is converting from a type to a symbol so slow?
|
|
7
|
593
|
August 26, 2023
|
Multithreaded LIBSVM and XGBoost crashing
|
|
7
|
392
|
August 25, 2023
|
Reduce type inference when using nested ForwardDiff
|
|
0
|
475
|
August 25, 2023
|
Trying to make multithreading to work on applying a function number of times
|
|
11
|
513
|
August 25, 2023
|
Invalidation from extending `Base.reduce_first`
|
|
1
|
249
|
August 24, 2023
|
Status of BFloat16
|
|
4
|
779
|
August 24, 2023
|
Multiple-threading does not increase speed in my 16-threads workstation, I am wondering is there something wrong in my code?
|
|
3
|
312
|
August 22, 2023
|
Atomic much slower than @spawn-ed tasks
|
|
4
|
489
|
August 22, 2023
|
Getting started with PrecompileTools (Julia 1.9.2) - how to save precompiled code to disk?
|
|
3
|
480
|
August 21, 2023
|
Prevent array re-allocation inside a loop (I am not allowed to allocate before the loop)
|
|
10
|
321
|
August 21, 2023
|
Help for improving the performance of my algorithm
|
|
6
|
341
|
August 21, 2023
|
Common allocation mistakes
|
|
47
|
7070
|
August 21, 2023
|
Solving this without a loop (learning purposes)
|
|
14
|
403
|
August 21, 2023
|
Does redefinition of const variables always create unpredictable behavior?
|
|
6
|
279
|
August 20, 2023
|
How does type annotation affect the performance?
|
|
5
|
345
|
August 19, 2023
|
Is multithreaded FFTW on multiple arrays causing too much overhead?
|
|
15
|
872
|
August 19, 2023
|
Speed up solution of large system of equations
|
|
18
|
853
|
August 19, 2023
|
Releasing process memory from Arrow.jl
|
|
5
|
335
|
August 17, 2023
|
Does Julia do common subexpression elimination?
|
|
6
|
783
|
August 17, 2023
|
Curious about the internals of dynamic dispatch
|
|
12
|
684
|
August 17, 2023
|
Is there a way to speed up this code?
|
|
4
|
751
|
August 16, 2023
|
Saving FFTW plans for future use
|
|
2
|
305
|
August 16, 2023
|
Performance / Memory differences between constructors of BigInts
|
|
5
|
336
|
August 16, 2023
|
How to define a function with argument dependent return
|
|
7
|
433
|
August 16, 2023
|
Why is Julia faster than C++ for quicksort?
|
|
15
|
1990
|
August 15, 2023
|
DataFrame sort Performance using Query.jl vs SAS PROC SORT
|
|
19
|
1527
|
August 11, 2023
|
How to get a zero-overhead view?
|
|
16
|
692
|
August 14, 2023
|
Speeding up a function
|
|
43
|
963
|
August 14, 2023
|
Type-unstable application of `map`
|
|
4
|
339
|
August 13, 2023
|