|
Function array performance
|
|
5
|
506
|
April 2, 2022
|
|
Poll: speed vs accuracy for `Float64^-3`
|
|
55
|
3302
|
March 31, 2022
|
|
Memory allocation when evaluating a function inside struct
|
|
6
|
549
|
March 31, 2022
|
|
Memory allocation in iterator
|
|
9
|
896
|
March 31, 2022
|
|
Improving my mental model: Why is `sizehint!()` so much slower than `zeros()`?
|
|
9
|
1714
|
March 31, 2022
|
|
Super slow string performance
|
|
2
|
951
|
March 31, 2022
|
|
Avoiding double lookup
|
|
11
|
855
|
March 31, 2022
|
|
Can the output of --track-allocation be trusted with multi-threading enabled?
|
|
9
|
785
|
March 30, 2022
|
|
When to parallelise, when not to?
|
|
2
|
502
|
March 30, 2022
|
|
Get NamedTuple element with String key. Why is this slow?
|
|
3
|
738
|
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
|
334
|
March 28, 2022
|
|
CUDA kernel configuration
|
|
3
|
760
|
March 28, 2022
|
|
Type instability of nested recursive function
|
|
4
|
661
|
March 28, 2022
|
|
# of threads in Optimal Transport Package
|
|
4
|
372
|
March 27, 2022
|
|
Will Julia be more efficient than PyTorch
|
|
1
|
956
|
March 27, 2022
|
|
Extremely slow n-th root of float
|
|
11
|
823
|
March 27, 2022
|
|
Julia 3 times slower than Fortran reading integer data from ASCII file
|
|
14
|
1403
|
March 26, 2022
|
|
Type-instability because of @threads boxing variables
|
|
23
|
1758
|
March 25, 2022
|
|
Combining lots of DataFrames, best approach?
|
|
10
|
1282
|
March 25, 2022
|
|
How to preallocate a triangular matrix and overwrite it with cholesky!
|
|
9
|
571
|
March 25, 2022
|
|
Why does BenchmarkTools `@belapsed` make so many allocations?
|
|
2
|
1852
|
March 25, 2022
|
|
Advice to make getfield(::NamedTuple, ::Symbol) typestable
|
|
19
|
1208
|
March 25, 2022
|
|
Avoid runtime dispatch when overloading `isless()`
|
|
2
|
386
|
March 24, 2022
|
|
Differentialequations.jl - Solving ODE with time dependent parameter allocation friendly
|
|
2
|
1259
|
March 23, 2022
|
|
Updated CSV reader benchmarks?
|
|
4
|
714
|
March 23, 2022
|
|
Faster zeros with calloc
|
|
26
|
4231
|
March 23, 2022
|
|
Rowwise compuation in `InMemoryDatasets.jl` vs `DataFrames.jl`
|
|
2
|
747
|
March 23, 2022
|
|
StructArrays (for Complex arrays) and DifferentialEquations not working together
|
|
4
|
675
|
March 22, 2022
|
|
Large allocations for imported text files
|
|
2
|
341
|
March 22, 2022
|
|
Large Garbage Collection in for loop if slicing vector
|
|
10
|
691
|
March 22, 2022
|