What is the fastest way to update a particular row of a matrix using dot syntax?
|
|
21
|
2256
|
June 25, 2020
|
Parrallel programming2
|
|
3
|
473
|
June 25, 2020
|
Speeding up repeated optimizations within a large loop
|
|
7
|
890
|
June 25, 2020
|
Declare vector type or not / views / subarrays
|
|
5
|
790
|
June 24, 2020
|
Diff! (in-place or preallocated output version of diff)
|
|
2
|
765
|
June 24, 2020
|
Pass cache to function
|
|
4
|
387
|
June 23, 2020
|
Custom IO performance - loading variables from byte array
|
|
2
|
659
|
June 23, 2020
|
Safe loop with push! multi-threading
|
|
7
|
4129
|
June 23, 2020
|
Performance of value type construction
|
|
1
|
451
|
June 22, 2020
|
Complex vector math performance: StructArray of CuArrays vs CuArrays
|
|
2
|
638
|
June 22, 2020
|
Tensor Contractions for N-dimensional tensors
|
|
5
|
1571
|
June 22, 2020
|
When to return an explicit `nothing` from a function?
|
|
9
|
4776
|
June 22, 2020
|
Asynchronous Makie
|
|
17
|
3785
|
June 21, 2020
|
Matrix to array of tuples: Avoiding many small allocations
|
|
2
|
1110
|
June 20, 2020
|
Compiler optimization challenge: Bayer pattern image unpacking
|
|
0
|
473
|
June 20, 2020
|
Test code with multi-threading
|
|
3
|
1327
|
June 19, 2020
|
Getting a reference to, and not a copy of, a field value
|
|
12
|
8719
|
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
|
36735
|
June 19, 2020
|
Inlining and function boundaries
|
|
1
|
482
|
June 18, 2020
|
Help speedup a tight triple loop
|
|
7
|
769
|
June 18, 2020
|
Calculate Hessian after providing gradient: NLSolversBase, Optim
|
|
0
|
386
|
June 17, 2020
|
Euclidean distance from one point
|
|
6
|
1239
|
June 17, 2020
|
Use of "end" in array element selection
|
|
3
|
617
|
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
|
819
|
June 16, 2020
|
Understanding Allocations in multithreaded code
|
|
4
|
1300
|
June 15, 2020
|
How to tell if A*B hits BLAS?
|
|
2
|
628
|
June 14, 2020
|
Slow arbitrary base exponentiation, a^b
|
|
22
|
2848
|
June 14, 2020
|
Make typeof(T::Type) = Type{T}?
|
|
0
|
328
|
June 13, 2020
|