|
Boxing of integer when looping vector over 512 index
|
|
2
|
288
|
July 8, 2021
|
|
Interact.jl custom layout to @manipulate macro
|
|
7
|
1514
|
July 7, 2021
|
|
Pkg.test() is orders of magnitude slower than include("test/runtests.jl")
|
|
4
|
369
|
July 7, 2021
|
|
Typestable caching of multiple arrays with different eltype
|
|
3
|
490
|
July 7, 2021
|
|
StaticArrays being used with DifferentialEquation callbacks
|
|
3
|
499
|
July 7, 2021
|
|
Function return type depends on an input flag : Bad?
|
|
15
|
722
|
July 7, 2021
|
|
Compiler optimizations on integer exponentation
|
|
3
|
431
|
July 7, 2021
|
|
Starting GLMakie takes very long
|
|
28
|
3238
|
July 6, 2021
|
|
Julia slowdown on long running programs with many allocations
|
|
6
|
1597
|
July 6, 2021
|
|
Memory usage data for getproperty function
|
|
3
|
431
|
July 6, 2021
|
|
ForwardDiff.derivative! of inplace functions
|
|
1
|
630
|
July 5, 2021
|
|
`@code_native` shows an algorithm that appears to be O(N), but benchmarking suggests that it's actually O(1)
|
|
12
|
663
|
July 5, 2021
|
|
Control where mutables are allocated in a very special case: a large number of mutables of the same type
|
|
11
|
1121
|
July 4, 2021
|
|
Large memory consumption when reading multiple HDF5 files
|
|
3
|
1355
|
July 3, 2021
|
|
Tools/patterns to reduce latency with strategy pattern
|
|
0
|
281
|
July 3, 2021
|
|
Parallelization of estimation loop or using GPU for bayesian neural ODE
|
|
1
|
434
|
July 2, 2021
|
|
Could the Profile.print() tree view sort in the other order?
|
|
1
|
400
|
July 1, 2021
|
|
Speed of Julia vs. Fortran and other languages
|
|
6
|
7685
|
July 1, 2021
|
|
Why is this raytracer slow?
|
|
29
|
4145
|
May 5, 2021
|
|
Why is Matrix multiplication with an UpperTriangular slower than with normal Matrix?
|
|
2
|
523
|
June 30, 2021
|
|
Slow `convert` for arrays. Use multiple dispatch instead?
|
|
3
|
473
|
June 30, 2021
|
|
Any benchmark comparing Julia on Windows vs Linux vs OSX?
|
|
7
|
2984
|
June 29, 2021
|
|
Performance issue with this bootstrapp
|
|
11
|
557
|
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
|
354
|
June 28, 2021
|
|
Basic stochastic model
|
|
0
|
240
|
June 28, 2021
|
|
Why matrix multiplication is much slower than PyTorch
|
|
4
|
3339
|
June 27, 2021
|
|
A simple SIMD.jl loop that is slower than a vanilla `@inbounds @simd`
|
|
8
|
1989
|
June 27, 2021
|
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
920
|
June 26, 2021
|
|
In place assignment of scalars vs vectors
|
|
20
|
1557
|
June 25, 2021
|