About the Performance category
|
|
0
|
3013
|
October 13, 2017
|
C implementation of function being ~4 times faster even absence of allocs
|
|
28
|
966
|
March 5, 2025
|
GEMM kernel, cache oblivious, and Strassen
|
|
0
|
108
|
March 4, 2025
|
My Julia code is slower than Python and Matlab
|
|
26
|
893
|
March 4, 2025
|
Investigate long compile times
|
|
12
|
456
|
March 4, 2025
|
Sorting in-place several Vector's simultaneously
|
|
21
|
386
|
March 3, 2025
|
Threads are not speeding up computation a lot
|
|
63
|
752
|
February 28, 2025
|
Avoiding allocations in jacobian system
|
|
2
|
57
|
February 27, 2025
|
How to make the Optim.jl zero allocated?
|
|
0
|
54
|
February 27, 2025
|
Franklin.jl for engineering content
|
|
3
|
232
|
February 26, 2025
|
Interpolations.jl interpolation evaluation causes allocation
|
|
3
|
69
|
February 25, 2025
|
Precompilation keeps repeating
|
|
13
|
112
|
February 24, 2025
|
@tturbo on function call
|
|
4
|
157
|
February 24, 2025
|
Performance in broadcasting vs function preallocation?
|
|
6
|
94
|
February 23, 2025
|
Moving ahead with CUDA support
|
|
0
|
87
|
February 23, 2025
|
Memory `isbits` Union Optimization
|
|
5
|
124
|
February 23, 2025
|
Efficiently Read JSON and Create DataFrame
|
|
20
|
7070
|
February 20, 2025
|
Mul! allocates for custom struct which is a subtype of AbstractMatrix
|
|
2
|
58
|
February 19, 2025
|
Julia VSC extension not loading
|
|
1
|
27
|
February 19, 2025
|
Multithreading doesn't improve the performance
|
|
6
|
115
|
February 18, 2025
|
How to spawn persistent threads and reuse them?
|
|
16
|
143
|
February 17, 2025
|
Improve removing members of one array from another
|
|
9
|
134
|
February 15, 2025
|
Elapsed + allocated?
|
|
4
|
97
|
February 14, 2025
|
Why is the NamedTuple slower? When/How would it be faster? Is it still allocated on the stack?
|
|
6
|
186
|
February 14, 2025
|
When does @inbounds increase performance?
|
|
14
|
1092
|
February 14, 2025
|
Can this performance be improved?
|
|
10
|
620
|
February 13, 2025
|
Help understand allocation in small custom struct
|
|
4
|
64
|
February 13, 2025
|
StructArrays.jl getindex cost memory
|
|
4
|
99
|
February 13, 2025
|
Compiler performance regression
|
|
4
|
171
|
February 10, 2025
|
Reduce allocations & lock conflicts and speed up when using multithreads
|
|
1
|
79
|
February 10, 2025
|