|
Performance tips for Union Types
|
|
6
|
2818
|
February 9, 2024
|
|
Can this be written even faster? (CPU)
|
|
34
|
1044
|
February 9, 2024
|
|
M. learning with regularization using Flux is too slow?
|
|
5
|
481
|
February 9, 2024
|
|
Why is garbage collection called here?
|
|
11
|
468
|
February 8, 2024
|
|
What is meant by this tip for StaticArrays?
|
|
6
|
611
|
February 6, 2024
|
|
How can I fix the type instability
|
|
3
|
419
|
February 5, 2024
|
|
Allocations in broadcasted assignment (StackOverflow question)
|
|
2
|
280
|
February 4, 2024
|
|
Memory build-up when loading DataFrames in a loop
|
|
2
|
191
|
February 3, 2024
|
|
Unreasonably fast FFT on CUDA
|
|
8
|
1666
|
February 3, 2024
|
|
Help with this code (deallocation/pointers on sparse matrices)
|
|
31
|
916
|
February 3, 2024
|
|
Why does profiling suggest that integer comparison dominates broadcasted assignment?
|
|
4
|
326
|
February 3, 2024
|
|
Fast allocation of blocks in sparse matrix
|
|
7
|
381
|
February 2, 2024
|
|
Double checking there is no multi-threaded dense x sparse matmul implementation
|
|
7
|
676
|
February 1, 2024
|
|
LinearAlgebra.inv! not exported, in-place inversion
|
|
5
|
330
|
February 1, 2024
|
|
Sparse matrices copy arrays, do not view them
|
|
18
|
599
|
January 31, 2024
|
|
Bounds check outside loop affects loop performance
|
|
0
|
153
|
January 31, 2024
|
|
Type Instability using StaticArrays that I dont get
|
|
4
|
284
|
January 31, 2024
|
|
Functors instead of arrays, matrices etc
|
|
22
|
900
|
January 30, 2024
|
|
Large amount of memory allocation when using autodiff and IPNewton
|
|
1
|
141
|
January 30, 2024
|
|
Upper boundary for dispatch in Julia
|
|
15
|
753
|
January 30, 2024
|
|
Unexpected allocation
|
|
7
|
374
|
January 30, 2024
|
|
Parallelizing over an iterable
|
|
18
|
842
|
January 29, 2024
|
|
Cthulhu.jl showing unstable return type
|
|
5
|
438
|
January 29, 2024
|
|
Matrix storage
|
|
11
|
645
|
January 27, 2024
|
|
Remove bounds checking for the entire program
|
|
8
|
696
|
January 27, 2024
|
|
Removing undesirable allocations in some functions
|
|
15
|
571
|
January 27, 2024
|
|
Compiler doesn't know the type of real.(vec) in compile time
|
|
6
|
248
|
January 27, 2024
|
|
Parallelization seems to increase the necessary amount of allocations for single threads
|
|
8
|
336
|
January 26, 2024
|
|
Independent threads much slower by parallelizable
|
|
2
|
271
|
January 25, 2024
|
|
Individual threads superfast, while sync really slow with virtually no communication
|
|
4
|
251
|
January 24, 2024
|