|
For-loop vs list-comprehension
|
|
15
|
2263
|
April 7, 2021
|
|
Optimizing remainder with constant modulus implementation
|
|
2
|
604
|
April 6, 2021
|
|
Faster way to "save" and "load" structs
|
|
4
|
720
|
April 6, 2021
|
|
Computing L1 norm between vectors: julian way
|
|
14
|
2085
|
April 6, 2021
|
|
The most general way to estimate the optimal arguments for @cuda macro
|
|
6
|
1896
|
April 6, 2021
|
|
Fast computation of Grammian of matrix
|
|
11
|
1800
|
April 6, 2021
|
|
Accelerate Non-linear function evaluation
|
|
17
|
1582
|
April 6, 2021
|
|
Economy-sized QR decomposition
|
|
10
|
2366
|
April 6, 2021
|
|
Fast 4D argmax
|
|
26
|
2449
|
April 6, 2021
|
|
Julia slows down after computer upgrade
|
|
15
|
1335
|
April 6, 2021
|
|
How to avoid boxed function names in closures?
|
|
6
|
925
|
April 5, 2021
|
|
CAS benchmarks (Symbolics.jl and Maxima)
|
|
36
|
9969
|
April 5, 2021
|
|
Trivial question about workers on a cluster
|
|
1
|
426
|
April 3, 2021
|
|
How to implement embeddings in Flux that aren't tragically slow?
|
|
3
|
1640
|
April 3, 2021
|
|
Question about floating-point precision in summation
|
|
22
|
3033
|
April 2, 2021
|
|
Threads.@threads with ONE thread: how to remove the overhead?
|
|
10
|
4257
|
April 2, 2021
|
|
Restructuring Performant Code (C, Pascal) with Type Unions and Pointers
|
|
11
|
1001
|
April 2, 2021
|
|
LoopVectorization.jl's @avx does not store results
|
|
9
|
847
|
April 2, 2021
|
|
Ref() which doesn't escape inside a function allocates on the heap
|
|
1
|
648
|
April 2, 2021
|
|
Does this lose the benefit of QR decomposition?
|
|
2
|
724
|
April 1, 2021
|
|
Drop of performances with Julia 1.6.0 for InterpolationKernels
|
|
40
|
3036
|
April 1, 2021
|
|
Recompiling functions with infrequently mutating constant
|
|
7
|
609
|
April 1, 2021
|
|
Tuple indexing taking time?
|
|
25
|
1212
|
April 1, 2021
|
|
Radial Basis Surrogate
|
|
6
|
827
|
April 1, 2021
|
|
New scientific computing benchmark - Network of differential equations
|
|
8
|
1829
|
March 31, 2021
|
|
Performance of computing the diagonal of V' * A *V
|
|
10
|
950
|
March 31, 2021
|
|
Implementing option to profile a script as environment variable or command line argument
|
|
4
|
580
|
March 31, 2021
|
|
CUDA.jl tutorial code kernel slower than broadcast
|
|
4
|
787
|
March 30, 2021
|
|
Why is plotting with GR faster when using GR_jll and `@ccall` directly
|
|
9
|
920
|
March 30, 2021
|
|
Speed Up For Loop for Bounds Checking
|
|
5
|
581
|
March 29, 2021
|