|
Function closure with large arrays/matrices scaling horribly
|
|
6
|
535
|
November 6, 2021
|
|
Why is sorting matrices allocating and why is it sometimes slower than the naive approach?
|
|
11
|
589
|
November 6, 2021
|
|
Collecting all solutions in a recursive branching algorithm
|
|
13
|
1803
|
November 5, 2021
|
|
How to reduce memory allocations in the Sieve of Eratosthenes?
|
|
8
|
1181
|
November 5, 2021
|
|
Is there an in-place alternative to +=, *=, etc.?
|
|
1
|
503
|
November 5, 2021
|
|
Improving performance of a number of functions for large scale gradient based optimization
|
|
11
|
907
|
November 5, 2021
|
|
Where is the extra memory allocation?
|
|
11
|
686
|
November 5, 2021
|
|
Finite element method interpolation performance
|
|
3
|
450
|
November 5, 2021
|
|
How to improve the speed of "inpolygon"?
|
|
5
|
909
|
November 4, 2021
|
|
Shared memory computation inside of each task of parallel map
|
|
5
|
765
|
November 4, 2021
|
|
Simple type problem
|
|
2
|
370
|
November 4, 2021
|
|
Multithreading problem
|
|
10
|
852
|
November 4, 2021
|
|
Alternative to very time-consuming array operations
|
|
9
|
639
|
November 4, 2021
|
|
Get distances of many points within a max range, any performance improvements?
|
|
8
|
462
|
November 3, 2021
|
|
Improving Performance of a Loop
|
|
9
|
507
|
November 3, 2021
|
|
Why is a, b = rand(2) so bad?
|
|
9
|
1031
|
November 3, 2021
|
|
Assigning values in for loop allocates memory
|
|
3
|
556
|
November 3, 2021
|
|
TimerOutputs and --track-allocation=user
|
|
0
|
301
|
November 3, 2021
|
|
Stuck with another allocation question
|
|
2
|
284
|
November 3, 2021
|
|
Distributing loops across threads manually (something like OpenMP)
|
|
14
|
1429
|
November 2, 2021
|
|
How can I parallelize my Neural Network training
|
|
0
|
507
|
November 2, 2021
|
|
For loop optimization
|
|
3
|
1703
|
October 31, 2021
|
|
Efficient trace of product of matrices
|
|
15
|
2604
|
October 30, 2021
|
|
Heroku – Memory quota vastly exceeded
|
|
10
|
3278
|
October 29, 2021
|
|
OutOfMemory() when loading a database of images
|
|
9
|
633
|
October 28, 2021
|
|
How does function inlining reflect on the profiling output?
|
|
1
|
688
|
October 28, 2021
|
|
Dynamic dispatch with Union{Nothing, ...}
|
|
8
|
697
|
October 28, 2021
|
|
Controls the number of LBFGS iterations with optim.jl
|
|
5
|
1563
|
October 28, 2021
|
|
Easy way to run benchmarks quickly
|
|
2
|
427
|
October 27, 2021
|
|
Why the performance varies greatly after @view?
|
|
2
|
519
|
October 27, 2021
|