Performance of value type construction
|
|
1
|
439
|
June 22, 2020
|
Complex vector math performance: StructArray of CuArrays vs CuArrays
|
|
2
|
630
|
June 22, 2020
|
Tensor Contractions for N-dimensional tensors
|
|
5
|
1538
|
June 22, 2020
|
When to return an explicit `nothing` from a function?
|
|
9
|
4694
|
June 22, 2020
|
Asynchronous Makie
|
|
17
|
3732
|
June 21, 2020
|
Matrix to array of tuples: Avoiding many small allocations
|
|
2
|
1101
|
June 20, 2020
|
Compiler optimization challenge: Bayer pattern image unpacking
|
|
0
|
465
|
June 20, 2020
|
Test code with multi-threading
|
|
3
|
1312
|
June 19, 2020
|
Getting a reference to, and not a copy of, a field value
|
|
12
|
8640
|
June 19, 2020
|
Providing precompiled ji files within a package
|
|
4
|
462
|
June 19, 2020
|
OpenBLAS is faster than Intel MKL on AMD Hardware (Ryzen)
|
|
40
|
36501
|
June 19, 2020
|
Inlining and function boundaries
|
|
1
|
471
|
June 18, 2020
|
Help speedup a tight triple loop
|
|
7
|
750
|
June 18, 2020
|
Calculate Hessian after providing gradient: NLSolversBase, Optim
|
|
0
|
381
|
June 17, 2020
|
Euclidean distance from one point
|
|
6
|
1210
|
June 17, 2020
|
Use of "end" in array element selection
|
|
3
|
598
|
June 17, 2020
|
About memory allocation of auxiliary array in successive calls of a function
|
|
6
|
683
|
June 17, 2020
|
Plan: when julia base will start to use threads?
|
|
1
|
812
|
June 16, 2020
|
Understanding Allocations in multithreaded code
|
|
4
|
1277
|
June 15, 2020
|
How to tell if A*B hits BLAS?
|
|
2
|
613
|
June 14, 2020
|
Slow arbitrary base exponentiation, a^b
|
|
22
|
2787
|
June 14, 2020
|
Make typeof(T::Type) = Type{T}?
|
|
0
|
322
|
June 13, 2020
|
Efficient closures
|
|
4
|
1220
|
June 13, 2020
|
Why are my linear interpolations 10x faster in MATLAB?
|
|
26
|
3687
|
June 12, 2020
|
Large CPU time overhead RK4 ODE solver for parabolic problem
|
|
15
|
727
|
June 12, 2020
|
Why there are different execution times for same function calls
|
|
4
|
821
|
June 12, 2020
|
Simple way to precompile standard package for batch
|
|
14
|
867
|
June 11, 2020
|
Why sortperm(Int32[]) return Int64[]
|
|
1
|
340
|
June 11, 2020
|
Is the best number of threads used in parallel computing by using distribute 4?
|
|
4
|
1390
|
June 11, 2020
|
Is it possible to force use Int32, instead of Int64
|
|
14
|
2842
|
June 11, 2020
|