|
Compiler optimizations on integer exponentation
|
|
3
|
422
|
July 7, 2021
|
|
Starting GLMakie takes very long
|
|
28
|
3197
|
July 6, 2021
|
|
Julia slowdown on long running programs with many allocations
|
|
6
|
1575
|
July 6, 2021
|
|
Memory usage data for getproperty function
|
|
3
|
430
|
July 6, 2021
|
|
ForwardDiff.derivative! of inplace functions
|
|
1
|
625
|
July 5, 2021
|
|
`@code_native` shows an algorithm that appears to be O(N), but benchmarking suggests that it's actually O(1)
|
|
12
|
656
|
July 5, 2021
|
|
Control where mutables are allocated in a very special case: a large number of mutables of the same type
|
|
11
|
1106
|
July 4, 2021
|
|
Large memory consumption when reading multiple HDF5 files
|
|
3
|
1340
|
July 3, 2021
|
|
Tools/patterns to reduce latency with strategy pattern
|
|
0
|
279
|
July 3, 2021
|
|
Parallelization of estimation loop or using GPU for bayesian neural ODE
|
|
1
|
432
|
July 2, 2021
|
|
Could the Profile.print() tree view sort in the other order?
|
|
1
|
397
|
July 1, 2021
|
|
Speed of Julia vs. Fortran and other languages
|
|
6
|
7623
|
July 1, 2021
|
|
Why is this raytracer slow?
|
|
29
|
4139
|
May 5, 2021
|
|
Why is Matrix multiplication with an UpperTriangular slower than with normal Matrix?
|
|
2
|
516
|
June 30, 2021
|
|
Slow `convert` for arrays. Use multiple dispatch instead?
|
|
3
|
470
|
June 30, 2021
|
|
Any benchmark comparing Julia on Windows vs Linux vs OSX?
|
|
7
|
2965
|
June 29, 2021
|
|
Performance issue with this bootstrapp
|
|
11
|
556
|
June 29, 2021
|
|
Optimal approach to simulating large system of time-dependent ODEs?
|
|
1
|
368
|
June 28, 2021
|
|
SuiteSparse.CHOLMOD.lowrankupdate! does not speed up calculations
|
|
0
|
352
|
June 28, 2021
|
|
Basic stochastic model
|
|
0
|
239
|
June 28, 2021
|
|
Why matrix multiplication is much slower than PyTorch
|
|
4
|
3326
|
June 27, 2021
|
|
A simple SIMD.jl loop that is slower than a vanilla `@inbounds @simd`
|
|
8
|
1950
|
June 27, 2021
|
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
915
|
June 26, 2021
|
|
In place assignment of scalars vs vectors
|
|
20
|
1529
|
June 25, 2021
|
|
Conditional array comprehension vs. simple for loop - 750k allocations vs. 1 allocation - why?
|
|
14
|
1500
|
June 25, 2021
|
|
ILU preconditioned GMRES inside TRBDF2 for ODEs generated by NetworkDynamics.jl
|
|
6
|
500
|
June 24, 2021
|
|
Better way of replacing Matrix values with another Array values
|
|
6
|
1551
|
June 24, 2021
|
|
Garbage collector behaviour when memory is almost full
|
|
7
|
2291
|
June 24, 2021
|
|
KeyError on additional processes while using Distributed
|
|
0
|
426
|
June 23, 2021
|
|
Huge performance difference between inbuilt gcdx() and my function
|
|
3
|
653
|
June 22, 2021
|