Julia slowdown on long running programs with many allocations
|
|
6
|
1537
|
July 6, 2021
|
Memory usage data for getproperty function
|
|
3
|
416
|
July 6, 2021
|
ForwardDiff.derivative! of inplace functions
|
|
1
|
611
|
July 5, 2021
|
`@code_native` shows an algorithm that appears to be O(N), but benchmarking suggests that it's actually O(1)
|
|
12
|
622
|
July 5, 2021
|
Control where mutables are allocated in a very special case: a large number of mutables of the same type
|
|
11
|
1079
|
July 4, 2021
|
Large memory consumption when reading multiple HDF5 files
|
|
3
|
1330
|
July 3, 2021
|
Tools/patterns to reduce latency with strategy pattern
|
|
0
|
274
|
July 3, 2021
|
Parallelization of estimation loop or using GPU for bayesian neural ODE
|
|
1
|
423
|
July 2, 2021
|
Could the Profile.print() tree view sort in the other order?
|
|
1
|
388
|
July 1, 2021
|
Speed of Julia vs. Fortran and other languages
|
|
6
|
7573
|
July 1, 2021
|
Why is this raytracer slow?
|
|
29
|
4074
|
May 5, 2021
|
Why is Matrix multiplication with an UpperTriangular slower than with normal Matrix?
|
|
2
|
504
|
June 30, 2021
|
Slow `convert` for arrays. Use multiple dispatch instead?
|
|
3
|
463
|
June 30, 2021
|
Any benchmark comparing Julia on Windows vs Linux vs OSX?
|
|
7
|
2937
|
June 29, 2021
|
Performance issue with this bootstrapp
|
|
11
|
526
|
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
|
343
|
June 28, 2021
|
Basic stochastic model
|
|
0
|
232
|
June 28, 2021
|
Why matrix multiplication is much slower than PyTorch
|
|
4
|
3298
|
June 27, 2021
|
A simple SIMD.jl loop that is slower than a vanilla `@inbounds @simd`
|
|
8
|
1906
|
June 27, 2021
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
904
|
June 26, 2021
|
In place assignment of scalars vs vectors
|
|
20
|
1456
|
June 25, 2021
|
Conditional array comprehension vs. simple for loop - 750k allocations vs. 1 allocation - why?
|
|
14
|
1445
|
June 25, 2021
|
ILU preconditioned GMRES inside TRBDF2 for ODEs generated by NetworkDynamics.jl
|
|
6
|
478
|
June 24, 2021
|
Better way of replacing Matrix values with another Array values
|
|
6
|
1532
|
June 24, 2021
|
Garbage collector behaviour when memory is almost full
|
|
7
|
2264
|
June 24, 2021
|
KeyError on additional processes while using Distributed
|
|
0
|
419
|
June 23, 2021
|
Huge performance difference between inbuilt gcdx() and my function
|
|
3
|
641
|
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
|
336
|
June 21, 2021
|