Will decreasing the precision of intermediate variables improve performance of code?
|
|
12
|
1221
|
May 9, 2020
|
Speeding up summation inside comprehension
|
|
5
|
650
|
May 8, 2020
|
Making efficient some small subroutines
|
|
22
|
1193
|
May 8, 2020
|
Is it possible to make this function faster?
|
|
11
|
808
|
May 7, 2020
|
Julia or Python: Which is faster for Deep Learning
|
|
3
|
1690
|
May 7, 2020
|
`varinfo()` on a large SimpleGraph or DataFrame is prohibitively slow
|
|
0
|
346
|
May 6, 2020
|
Difficulty figuring out when to use pmap, @sync, @async, @distributed
|
|
1
|
794
|
May 5, 2020
|
Multithreading cause segmentation error of deprecation warning
|
|
1
|
379
|
May 5, 2020
|
How to speed up creating a sparse matrix?
|
|
2
|
554
|
May 5, 2020
|
Need help on improving performance of a small subfunction
|
|
21
|
966
|
May 4, 2020
|
Could someone demystify arrays for me?
|
|
1
|
543
|
May 3, 2020
|
Avoiding type instability when slicing a tuple
|
|
10
|
780
|
May 2, 2020
|
Vector addition in Julia slower than numpy in Linux
|
|
21
|
1375
|
May 1, 2020
|
Huge difference between passing a type, or using a hardcoded-type (in benchmarks)?
|
|
6
|
825
|
May 1, 2020
|
How to call constructor of parametric family of types efficiently
|
|
6
|
980
|
April 30, 2020
|
Strange memory allocation with DistributedArrays
|
|
11
|
1097
|
April 29, 2020
|
Improving performance of mapping algorithm
|
|
17
|
973
|
April 28, 2020
|
Julia on old desktop vs Matlab on old desktop vs Julia on Raspberry Pi-4
|
|
5
|
1006
|
April 28, 2020
|
Performance of collecting a zip where one argument to zip has eltype == Union{Nothing, Int}
|
|
4
|
867
|
April 28, 2020
|
Can `load` work faster?
|
|
3
|
435
|
April 27, 2020
|
Improving an algorithm that compute gps distances
|
|
41
|
2098
|
April 27, 2020
|
Show off Julia performance on your PC!
|
|
53
|
4499
|
April 26, 2020
|
Manually specialized function is faster than the generic version
|
|
2
|
371
|
April 26, 2020
|
Avoid repeated memory allocation by defining an Array{Float64} outside of optimize() using Optim.jl, ForwardDiff.jl
|
|
7
|
1002
|
April 24, 2020
|
Using IOStreams with Distributed parallelism
|
|
2
|
538
|
April 24, 2020
|
Generate faa di bruno matrix
|
|
9
|
1072
|
April 24, 2020
|
Unexpected Core.Box from functions within a function
|
|
4
|
630
|
April 23, 2020
|
Efficiently Store and Access Large 3-Dimensional Arrays
|
|
12
|
3664
|
April 22, 2020
|
Fastest way to compute `A^n * x` for large matrices `A` and vector `x`
|
|
13
|
1361
|
April 22, 2020
|
Is is just me or
|
|
0
|
569
|
April 22, 2020
|