|
Function return type depends on an input flag : Bad?
|
|
15
|
772
|
July 7, 2021
|
|
Compiler optimizations on integer exponentation
|
|
3
|
448
|
July 7, 2021
|
|
Starting GLMakie takes very long
|
|
28
|
3460
|
July 6, 2021
|
|
Julia slowdown on long running programs with many allocations
|
|
6
|
1629
|
July 6, 2021
|
|
Memory usage data for getproperty function
|
|
3
|
445
|
July 6, 2021
|
|
ForwardDiff.derivative! of inplace functions
|
|
1
|
648
|
July 5, 2021
|
|
`@code_native` shows an algorithm that appears to be O(N), but benchmarking suggests that it's actually O(1)
|
|
12
|
703
|
July 5, 2021
|
|
Control where mutables are allocated in a very special case: a large number of mutables of the same type
|
|
11
|
1168
|
July 4, 2021
|
|
Large memory consumption when reading multiple HDF5 files
|
|
3
|
1370
|
July 3, 2021
|
|
Tools/patterns to reduce latency with strategy pattern
|
|
0
|
283
|
July 3, 2021
|
|
Parallelization of estimation loop or using GPU for bayesian neural ODE
|
|
1
|
449
|
July 2, 2021
|
|
Could the Profile.print() tree view sort in the other order?
|
|
1
|
411
|
July 1, 2021
|
|
Speed of Julia vs. Fortran and other languages
|
|
6
|
7829
|
July 1, 2021
|
|
Why is this raytracer slow?
|
|
29
|
4214
|
May 5, 2021
|
|
Why is Matrix multiplication with an UpperTriangular slower than with normal Matrix?
|
|
2
|
534
|
June 30, 2021
|
|
Slow `convert` for arrays. Use multiple dispatch instead?
|
|
3
|
494
|
June 30, 2021
|
|
Any benchmark comparing Julia on Windows vs Linux vs OSX?
|
|
7
|
3053
|
June 29, 2021
|
|
Performance issue with this bootstrapp
|
|
11
|
592
|
June 29, 2021
|
|
Optimal approach to simulating large system of time-dependent ODEs?
|
|
1
|
375
|
June 28, 2021
|
|
SuiteSparse.CHOLMOD.lowrankupdate! does not speed up calculations
|
|
0
|
358
|
June 28, 2021
|
|
Basic stochastic model
|
|
0
|
244
|
June 28, 2021
|
|
Why matrix multiplication is much slower than PyTorch
|
|
4
|
3394
|
June 27, 2021
|
|
A simple SIMD.jl loop that is slower than a vanilla `@inbounds @simd`
|
|
8
|
2050
|
June 27, 2021
|
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
943
|
June 26, 2021
|
|
In place assignment of scalars vs vectors
|
|
20
|
1642
|
June 25, 2021
|
|
Conditional array comprehension vs. simple for loop - 750k allocations vs. 1 allocation - why?
|
|
14
|
1602
|
June 25, 2021
|
|
ILU preconditioned GMRES inside TRBDF2 for ODEs generated by NetworkDynamics.jl
|
|
6
|
554
|
June 24, 2021
|
|
Better way of replacing Matrix values with another Array values
|
|
6
|
1580
|
June 24, 2021
|
|
Garbage collector behaviour when memory is almost full
|
|
7
|
2326
|
June 24, 2021
|
|
KeyError on additional processes while using Distributed
|
|
0
|
429
|
June 23, 2021
|