|
Avoiding double lookup
|
|
11
|
792
|
March 31, 2022
|
|
Can the output of --track-allocation be trusted with multi-threading enabled?
|
|
9
|
729
|
March 30, 2022
|
|
When to parallelise, when not to?
|
|
2
|
475
|
March 30, 2022
|
|
Get NamedTuple element with String key. Why is this slow?
|
|
3
|
685
|
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
|
321
|
March 28, 2022
|
|
CUDA kernel configuration
|
|
3
|
719
|
March 28, 2022
|
|
Type instability of nested recursive function
|
|
4
|
619
|
March 28, 2022
|
|
# of threads in Optimal Transport Package
|
|
4
|
354
|
March 27, 2022
|
|
Will Julia be more efficient than PyTorch
|
|
1
|
919
|
March 27, 2022
|
|
Extremely slow n-th root of float
|
|
11
|
707
|
March 27, 2022
|
|
Julia 3 times slower than Fortran reading integer data from ASCII file
|
|
14
|
1318
|
March 26, 2022
|
|
Type-instability because of @threads boxing variables
|
|
23
|
1636
|
March 25, 2022
|
|
Combining lots of DataFrames, best approach?
|
|
10
|
1164
|
March 25, 2022
|
|
How to preallocate a triangular matrix and overwrite it with cholesky!
|
|
9
|
510
|
March 25, 2022
|
|
Why does BenchmarkTools `@belapsed` make so many allocations?
|
|
2
|
1758
|
March 25, 2022
|
|
Advice to make getfield(::NamedTuple, ::Symbol) typestable
|
|
19
|
1066
|
March 25, 2022
|
|
Avoid runtime dispatch when overloading `isless()`
|
|
2
|
359
|
March 24, 2022
|
|
Differentialequations.jl - Solving ODE with time dependent parameter allocation friendly
|
|
2
|
1201
|
March 23, 2022
|
|
Updated CSV reader benchmarks?
|
|
4
|
662
|
March 23, 2022
|
|
Faster zeros with calloc
|
|
26
|
4024
|
March 23, 2022
|
|
Rowwise compuation in `InMemoryDatasets.jl` vs `DataFrames.jl`
|
|
2
|
705
|
March 23, 2022
|
|
StructArrays (for Complex arrays) and DifferentialEquations not working together
|
|
4
|
638
|
March 22, 2022
|
|
Large allocations for imported text files
|
|
2
|
316
|
March 22, 2022
|
|
Large Garbage Collection in for loop if slicing vector
|
|
10
|
630
|
March 22, 2022
|
|
`log` performance regression and JET failures
|
|
3
|
378
|
March 20, 2022
|
|
Why is `collect()` faster than a for loop in this numerical scheme? (corrected!)
|
|
25
|
1139
|
March 19, 2022
|
|
Trying to add kernels for Gaussian Process
|
|
0
|
410
|
March 19, 2022
|
|
Can this be made faster?
|
|
5
|
570
|
March 19, 2022
|
|
Buffer in running external program in loops
|
|
24
|
1239
|
March 18, 2022
|
|
Improving type inference for `x` where `Meta.isexpr(x, ...)`
|
|
4
|
446
|
March 18, 2022
|