|
A simple SIMD.jl loop that is slower than a vanilla `@inbounds @simd`
|
|
8
|
2035
|
June 27, 2021
|
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
930
|
June 26, 2021
|
|
In place assignment of scalars vs vectors
|
|
20
|
1622
|
June 25, 2021
|
|
Conditional array comprehension vs. simple for loop - 750k allocations vs. 1 allocation - why?
|
|
14
|
1587
|
June 25, 2021
|
|
ILU preconditioned GMRES inside TRBDF2 for ODEs generated by NetworkDynamics.jl
|
|
6
|
544
|
June 24, 2021
|
|
Better way of replacing Matrix values with another Array values
|
|
6
|
1567
|
June 24, 2021
|
|
Garbage collector behaviour when memory is almost full
|
|
7
|
2321
|
June 24, 2021
|
|
KeyError on additional processes while using Distributed
|
|
0
|
428
|
June 23, 2021
|
|
Huge performance difference between inbuilt gcdx() and my function
|
|
3
|
668
|
June 22, 2021
|
|
How to do SIMD code with wide-register accumulators (@simd vs LoopVectorization.jl vs SIMD.jl)
|
|
11
|
2686
|
June 22, 2021
|
|
Threads parallelization on different nested loops
|
|
0
|
347
|
June 21, 2021
|
|
MLJFlux is a lot slower than the same algorithm written in Flux
|
|
3
|
1652
|
June 21, 2021
|
|
How to choose vec size in SIMD.jl
|
|
5
|
829
|
June 21, 2021
|
|
Understanding major order performance when broadcasting in column vs row operations
|
|
9
|
1070
|
June 21, 2021
|
|
Generators vs loops vs broadcasting: Calculate PI via Monte Carlo Sampling
|
|
7
|
1560
|
June 20, 2021
|
|
Improving Computational Performance
|
|
6
|
1007
|
June 20, 2021
|
|
More effective function parameter?
|
|
9
|
567
|
June 19, 2021
|
|
Efficient way to simulate large system of ODEs
|
|
5
|
929
|
June 18, 2021
|
|
Pairwise computation slower than Python (Cython) code (BallTree very slow!)
|
|
27
|
2212
|
June 18, 2021
|
|
Help speedup a brute-force solution
|
|
13
|
1150
|
June 18, 2021
|
|
Allocations when passing closure as parameter
|
|
2
|
609
|
June 17, 2021
|
|
Type instability with static matrices when full size not given?
|
|
4
|
480
|
June 17, 2021
|
|
Evaluating the "for" condition
|
|
10
|
554
|
June 17, 2021
|
|
Selectdim behaviour for arrays of dimension greater than 2
|
|
5
|
1038
|
June 1, 2021
|
|
Overloading Base.hash is 2x slower than an identical function
|
|
1
|
372
|
June 17, 2021
|
|
The fastest way to calculate matrix inversion
|
|
9
|
8308
|
June 15, 2021
|
|
Indexing a document using Dictionary
|
|
10
|
675
|
June 15, 2021
|
|
Performance comparison of Nvidia A100, V100, RTX2080Ti
|
|
17
|
5673
|
June 14, 2021
|
|
Asynchronous requests HTTP.jl + LibPQ
|
|
2
|
649
|
June 14, 2021
|
|
Make this Tuple code faster
|
|
11
|
2089
|
June 13, 2021
|