|
Matrix to array of tuples: Avoiding many small allocations
|
|
2
|
1114
|
June 20, 2020
|
|
Compiler optimization challenge: Bayer pattern image unpacking
|
|
0
|
473
|
June 20, 2020
|
|
Test code with multi-threading
|
|
3
|
1331
|
June 19, 2020
|
|
Getting a reference to, and not a copy of, a field value
|
|
12
|
8726
|
June 19, 2020
|
|
Providing precompiled ji files within a package
|
|
4
|
480
|
June 19, 2020
|
|
OpenBLAS is faster than Intel MKL on AMD Hardware (Ryzen)
|
|
40
|
36793
|
June 19, 2020
|
|
Inlining and function boundaries
|
|
1
|
483
|
June 18, 2020
|
|
Help speedup a tight triple loop
|
|
7
|
769
|
June 18, 2020
|
|
Calculate Hessian after providing gradient: NLSolversBase, Optim
|
|
0
|
389
|
June 17, 2020
|
|
Euclidean distance from one point
|
|
6
|
1247
|
June 17, 2020
|
|
Use of "end" in array element selection
|
|
3
|
619
|
June 17, 2020
|
|
About memory allocation of auxiliary array in successive calls of a function
|
|
6
|
710
|
June 17, 2020
|
|
Plan: when julia base will start to use threads?
|
|
1
|
820
|
June 16, 2020
|
|
Understanding Allocations in multithreaded code
|
|
4
|
1307
|
June 15, 2020
|
|
How to tell if A*B hits BLAS?
|
|
2
|
632
|
June 14, 2020
|
|
Slow arbitrary base exponentiation, a^b
|
|
22
|
2850
|
June 14, 2020
|
|
Make typeof(T::Type) = Type{T}?
|
|
0
|
328
|
June 13, 2020
|
|
Efficient closures
|
|
4
|
1244
|
June 13, 2020
|
|
Why are my linear interpolations 10x faster in MATLAB?
|
|
26
|
3795
|
June 12, 2020
|
|
Large CPU time overhead RK4 ODE solver for parabolic problem
|
|
15
|
783
|
June 12, 2020
|
|
Why there are different execution times for same function calls
|
|
4
|
834
|
June 12, 2020
|
|
Simple way to precompile standard package for batch
|
|
14
|
919
|
June 11, 2020
|
|
Why sortperm(Int32[]) return Int64[]
|
|
1
|
354
|
June 11, 2020
|
|
Is the best number of threads used in parallel computing by using distribute 4?
|
|
4
|
1419
|
June 11, 2020
|
|
Is it possible to force use Int32, instead of Int64
|
|
14
|
2913
|
June 11, 2020
|
|
Using a DataFrame to calculate another column in a separate DataFrame
|
|
6
|
866
|
June 10, 2020
|
|
Why `mean` with `dims` argument is so slow?
|
|
4
|
597
|
June 10, 2020
|
|
Can't figure out why dynamic dispatch is occuring
|
|
6
|
647
|
June 9, 2020
|
|
Improving a Program Implementing findall Function
|
|
1
|
392
|
June 7, 2020
|
|
Parallel reductions on CPUs with different speeds
|
|
6
|
743
|
June 5, 2020
|