Any benchmark comparing Julia on Windows vs Linux vs OSX?
|
|
7
|
2936
|
June 29, 2021
|
Performance issue with this bootstrapp
|
|
11
|
524
|
June 29, 2021
|
Optimal approach to simulating large system of time-dependent ODEs?
|
|
1
|
360
|
June 28, 2021
|
SuiteSparse.CHOLMOD.lowrankupdate! does not speed up calculations
|
|
0
|
342
|
June 28, 2021
|
Basic stochastic model
|
|
0
|
232
|
June 28, 2021
|
Why matrix multiplication is much slower than PyTorch
|
|
4
|
3290
|
June 27, 2021
|
A simple SIMD.jl loop that is slower than a vanilla `@inbounds @simd`
|
|
8
|
1889
|
June 27, 2021
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
902
|
June 26, 2021
|
In place assignment of scalars vs vectors
|
|
20
|
1451
|
June 25, 2021
|
Conditional array comprehension vs. simple for loop - 750k allocations vs. 1 allocation - why?
|
|
14
|
1429
|
June 25, 2021
|
ILU preconditioned GMRES inside TRBDF2 for ODEs generated by NetworkDynamics.jl
|
|
6
|
472
|
June 24, 2021
|
Better way of replacing Matrix values with another Array values
|
|
6
|
1531
|
June 24, 2021
|
Garbage collector behaviour when memory is almost full
|
|
7
|
2253
|
June 24, 2021
|
KeyError on additional processes while using Distributed
|
|
0
|
414
|
June 23, 2021
|
Huge performance difference between inbuilt gcdx() and my function
|
|
3
|
638
|
June 22, 2021
|
How to do SIMD code with wide-register accumulators (@simd vs LoopVectorization.jl vs SIMD.jl)
|
|
11
|
2610
|
June 22, 2021
|
Threads parallelization on different nested loops
|
|
0
|
335
|
June 21, 2021
|
MLJFlux is a lot slower than the same algorithm written in Flux
|
|
3
|
1594
|
June 21, 2021
|
How to choose vec size in SIMD.jl
|
|
5
|
751
|
June 21, 2021
|
Understanding major order performance when broadcasting in column vs row operations
|
|
9
|
1005
|
June 21, 2021
|
Generators vs loops vs broadcasting: Calculate PI via Monte Carlo Sampling
|
|
7
|
1501
|
June 20, 2021
|
Improving Computational Performance
|
|
6
|
942
|
June 20, 2021
|
More effective function parameter?
|
|
9
|
484
|
June 19, 2021
|
Efficient way to simulate large system of ODEs
|
|
5
|
850
|
June 18, 2021
|
Pairwise computation slower than Python (Cython) code (BallTree very slow!)
|
|
27
|
2064
|
June 18, 2021
|
Help speedup a brute-force solution
|
|
13
|
1077
|
June 18, 2021
|
Allocations when passing closure as parameter
|
|
2
|
577
|
June 17, 2021
|
Type instability with static matrices when full size not given?
|
|
4
|
448
|
June 17, 2021
|
Evaluating the "for" condition
|
|
10
|
492
|
June 17, 2021
|
Selectdim behaviour for arrays of dimension greater than 2
|
|
5
|
968
|
June 1, 2021
|