|
Huge performance difference between inbuilt gcdx() and my function
|
|
3
|
679
|
June 22, 2021
|
|
How to do SIMD code with wide-register accumulators (@simd vs LoopVectorization.jl vs SIMD.jl)
|
|
11
|
2710
|
June 22, 2021
|
|
Threads parallelization on different nested loops
|
|
0
|
350
|
June 21, 2021
|
|
MLJFlux is a lot slower than the same algorithm written in Flux
|
|
3
|
1657
|
June 21, 2021
|
|
How to choose vec size in SIMD.jl
|
|
5
|
835
|
June 21, 2021
|
|
Understanding major order performance when broadcasting in column vs row operations
|
|
9
|
1083
|
June 21, 2021
|
|
Generators vs loops vs broadcasting: Calculate PI via Monte Carlo Sampling
|
|
7
|
1569
|
June 20, 2021
|
|
Improving Computational Performance
|
|
6
|
1009
|
June 20, 2021
|
|
More effective function parameter?
|
|
9
|
575
|
June 19, 2021
|
|
Efficient way to simulate large system of ODEs
|
|
5
|
941
|
June 18, 2021
|
|
Pairwise computation slower than Python (Cython) code (BallTree very slow!)
|
|
27
|
2264
|
June 18, 2021
|
|
Help speedup a brute-force solution
|
|
13
|
1159
|
June 18, 2021
|
|
Allocations when passing closure as parameter
|
|
2
|
615
|
June 17, 2021
|
|
Type instability with static matrices when full size not given?
|
|
4
|
481
|
June 17, 2021
|
|
Evaluating the "for" condition
|
|
10
|
565
|
June 17, 2021
|
|
Selectdim behaviour for arrays of dimension greater than 2
|
|
5
|
1049
|
June 1, 2021
|
|
Overloading Base.hash is 2x slower than an identical function
|
|
1
|
374
|
June 17, 2021
|
|
The fastest way to calculate matrix inversion
|
|
9
|
8331
|
June 15, 2021
|
|
Indexing a document using Dictionary
|
|
10
|
679
|
June 15, 2021
|
|
Performance comparison of Nvidia A100, V100, RTX2080Ti
|
|
17
|
5733
|
June 14, 2021
|
|
Asynchronous requests HTTP.jl + LibPQ
|
|
2
|
658
|
June 14, 2021
|
|
Make this Tuple code faster
|
|
11
|
2106
|
June 13, 2021
|
|
Dot operator, 1. with array-indexing expression on the left-hand side and 2. with Matrix*Vector-multiplication
|
|
18
|
970
|
June 13, 2021
|
|
Testing nested parallelization with @distributed and @spawn/@threads
|
|
0
|
380
|
June 12, 2021
|
|
Optimizing Code to Fit a Generalized Pareto Distribution to Data
|
|
17
|
3297
|
June 12, 2021
|
|
Question about allocations and generators
|
|
2
|
784
|
June 11, 2021
|
|
Sparse Matrix with CUDA.jl
|
|
3
|
4187
|
June 10, 2021
|
|
An embarrassingly parallel problem: threads or MPI?
|
|
14
|
4051
|
June 10, 2021
|
|
Overuse of memory leads to computer freeze
|
|
10
|
1394
|
June 10, 2021
|
|
Optim.jl vs scipy.optimize once again
|
|
54
|
9618
|
June 10, 2021
|