Memory allocation when evaluating a function inside struct
|
|
6
|
422
|
March 31, 2022
|
Memory allocation in iterator
|
|
9
|
725
|
March 31, 2022
|
Improving my mental model: Why is `sizehint!()` so much slower than `zeros()`?
|
|
9
|
1431
|
March 31, 2022
|
Super slow string performance
|
|
2
|
887
|
March 31, 2022
|
Avoiding double lookup
|
|
11
|
697
|
March 31, 2022
|
Can the output of --track-allocation be trusted with multi-threading enabled?
|
|
9
|
665
|
March 30, 2022
|
When to parallelise, when not to?
|
|
2
|
432
|
March 30, 2022
|
Get NamedTuple element with String key. Why is this slow?
|
|
3
|
554
|
March 30, 2022
|
In Nearest Neighbours are trees other than BruteTree worth it for sets with between n=2^3 and n=2^20ish for KNN in 2D cartesian space
|
|
2
|
298
|
March 28, 2022
|
CUDA kernel configuration
|
|
3
|
652
|
March 28, 2022
|
Type instability of nested recursive function
|
|
4
|
586
|
March 28, 2022
|
# of threads in Optimal Transport Package
|
|
4
|
322
|
March 27, 2022
|
Will Julia be more efficient than PyTorch
|
|
1
|
766
|
March 27, 2022
|
Extremely slow n-th root of float
|
|
11
|
670
|
March 27, 2022
|
Julia 3 times slower than Fortran reading integer data from ASCII file
|
|
14
|
1213
|
March 26, 2022
|
Type-instability because of @threads boxing variables
|
|
23
|
1473
|
March 25, 2022
|
Combining lots of DataFrames, best approach?
|
|
10
|
902
|
March 25, 2022
|
How to preallocate a triangular matrix and overwrite it with cholesky!
|
|
9
|
450
|
March 25, 2022
|
Why does BenchmarkTools `@belapsed` make so many allocations?
|
|
2
|
1498
|
March 25, 2022
|
Advice to make getfield(::NamedTuple, ::Symbol) typestable
|
|
19
|
946
|
March 25, 2022
|
Avoid runtime dispatch when overloading `isless()`
|
|
2
|
337
|
March 24, 2022
|
Differentialequations.jl - Solving ODE with time dependent parameter allocation friendly
|
|
2
|
1103
|
March 23, 2022
|
Updated CSV reader benchmarks?
|
|
4
|
633
|
March 23, 2022
|
Faster zeros with calloc
|
|
26
|
3821
|
March 23, 2022
|
Rowwise compuation in `InMemoryDatasets.jl` vs `DataFrames.jl`
|
|
2
|
676
|
March 23, 2022
|
StructArrays (for Complex arrays) and DifferentialEquations not working together
|
|
4
|
610
|
March 22, 2022
|
Large allocations for imported text files
|
|
2
|
299
|
March 22, 2022
|
Large Garbage Collection in for loop if slicing vector
|
|
10
|
540
|
March 22, 2022
|
`log` performance regression and JET failures
|
|
3
|
351
|
March 20, 2022
|
Why is `collect()` faster than a for loop in this numerical scheme? (corrected!)
|
|
25
|
1002
|
March 19, 2022
|