|
Column-wise reduction on a CUDA.CuArray matrix
|
|
0
|
1202
|
August 16, 2020
|
|
Speed up simple product accumulator loop
|
|
6
|
963
|
August 17, 2020
|
|
Speeding up creation of maximum mask array
|
|
11
|
1364
|
August 17, 2020
|
|
Performance and allocation issue with arrays of functions (v1.5)
|
|
6
|
782
|
August 17, 2020
|
|
Buffer for CircularDeque
|
|
5
|
583
|
August 16, 2020
|
|
Compilation of tips for speeding up computations
|
|
1
|
594
|
August 16, 2020
|
|
Making vcat of splatted comprehension type-stable
|
|
5
|
827
|
August 16, 2020
|
|
How to reduce memory allocation when looping over an array?
|
|
2
|
2056
|
August 16, 2020
|
|
Why is BLAS dot product so much faster than Julia loop?
|
|
18
|
5813
|
August 15, 2020
|
|
Grassmann.jl A\b 3x faster than Julia's StaticArrays.jl
|
|
34
|
16455
|
August 14, 2020
|
|
Multithreading not giving noticeable advantage when running parallel functions
|
|
19
|
2976
|
August 14, 2020
|
|
More upgrade, more slow down?
|
|
10
|
1219
|
August 13, 2020
|
|
The birthday paradox: help to be faster than Fortran
|
|
16
|
2128
|
August 13, 2020
|
|
Mmap access denied with SharedArrays
|
|
0
|
685
|
August 13, 2020
|
|
Slower execution with multi-threading using @threads macro
|
|
5
|
854
|
August 13, 2020
|
|
Fast sparse interval matrices?
|
|
1
|
547
|
August 13, 2020
|
|
Which line is resulting is huge memory allocation?
|
|
10
|
717
|
August 12, 2020
|
|
Simple Mat-Vec multiply (understanding performance, without the bugs)
|
|
16
|
3584
|
August 12, 2020
|
|
Advice on over- vs. proper use of type parameters
|
|
2
|
452
|
August 12, 2020
|
|
A possible way to improve training in Flux?
|
|
15
|
2140
|
August 12, 2020
|
|
Performance inv & solve in Julia & R
|
|
15
|
1608
|
August 11, 2020
|
|
Adding large matrix, why .+ is not the default?
|
|
3
|
597
|
August 10, 2020
|
|
Why is os.walk() + regex so much slower than glob
|
|
2
|
1834
|
August 7, 2020
|
|
What is faster, abs(x) or x^2?
|
|
15
|
6406
|
August 7, 2020
|
|
Reshape() still allocating memory in Julia 1.5.0
|
|
2
|
1481
|
August 6, 2020
|
|
Julia Lang and VLSI design
|
|
4
|
1049
|
August 6, 2020
|
|
Expand matrix from n x n to n+1 x n+1
|
|
2
|
475
|
August 5, 2020
|
|
Speeding up force calculations and mutable structs
|
|
20
|
1492
|
August 5, 2020
|
|
Can I set @optlevel as a user per module or per function?
|
|
10
|
1248
|
August 5, 2020
|
|
Compare permutaion of two numbers efficiently?
|
|
32
|
1217
|
August 4, 2020
|