Thread-parallel reduce(vcat, ...) performance issues when providing init
|
|
2
|
762
|
May 11, 2021
|
Memory allocations and performance with multithreading
|
|
8
|
1277
|
May 10, 2021
|
Allocations with closure and mul!
|
|
4
|
457
|
May 10, 2021
|
Possible slow fallback of adjoint matrix multiplication for different element types
|
|
0
|
281
|
May 10, 2021
|
Multithreading and generated code
|
|
5
|
443
|
May 9, 2021
|
Named Pipes between Julia and CSharp
|
|
5
|
1454
|
May 9, 2021
|
Function with parameter: `f(x,p)` or `f(x;p)`
|
|
9
|
844
|
May 9, 2021
|
@code_warntype shows lots of Union{Nothing, Tuple{Int64, Int64}}
|
|
7
|
908
|
May 8, 2021
|
Manual reduction much faster than atomic_add with @threads
|
|
7
|
1555
|
May 7, 2021
|
Specifying which lines I want to be fast
|
|
4
|
458
|
May 7, 2021
|
Uniform scaling inplace addition with matrix
|
|
13
|
1530
|
May 7, 2021
|
real-time camera acquisition and processing, howto
|
|
16
|
5649
|
May 7, 2021
|
Change a function without the actual evaluation ...?
|
|
1
|
345
|
May 7, 2021
|
Best approach to smooth array? None of my approaches are very useful
|
|
18
|
4850
|
May 6, 2021
|
Why using `+=` instead of `=` generates slow code?
|
|
5
|
634
|
May 6, 2021
|
Code runtime constantly increasing with time
|
|
16
|
1108
|
May 6, 2021
|
Performance of DataFrames' subset and ByRow
|
|
10
|
1549
|
May 5, 2021
|
DataFrames vs ndsparse for indexed data
|
|
1
|
342
|
May 5, 2021
|
Profile until buffer is full
|
|
1
|
525
|
May 5, 2021
|
Efficient GPU dense-sparse matmul differentiable with Zygote
|
|
2
|
678
|
May 5, 2021
|
Threading with @views and @tensor
|
|
6
|
1112
|
May 4, 2021
|
Multithreading @threads inside @spawn
|
|
2
|
748
|
May 4, 2021
|
Vector of pointers to struct array elements
|
|
6
|
972
|
May 2, 2021
|
Unexpected ERROR: UndefVarError: a not defined
|
|
8
|
2366
|
May 1, 2021
|
Revisiting Rock, Paper, Scissors
|
|
5
|
915
|
May 1, 2021
|
Efficient eval, splat, eval?
|
|
2
|
360
|
April 30, 2021
|
Initialise array without specific types
|
|
25
|
1924
|
April 30, 2021
|
Distributed loop and possible memory leak
|
|
0
|
303
|
April 28, 2021
|
Is it possible to split a project in two?
|
|
2
|
403
|
April 28, 2021
|
Type stability for piecewise defined functions with expensive parts
|
|
8
|
597
|
April 28, 2021
|