|
Super slow string performance
|
|
2
|
914
|
March 31, 2022
|
|
Avoiding double lookup
|
|
11
|
789
|
March 31, 2022
|
|
Can the output of --track-allocation be trusted with multi-threading enabled?
|
|
9
|
722
|
March 30, 2022
|
|
When to parallelise, when not to?
|
|
2
|
467
|
March 30, 2022
|
|
Get NamedTuple element with String key. Why is this slow?
|
|
3
|
678
|
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
|
316
|
March 28, 2022
|
|
CUDA kernel configuration
|
|
3
|
700
|
March 28, 2022
|
|
Type instability of nested recursive function
|
|
4
|
617
|
March 28, 2022
|
|
# of threads in Optimal Transport Package
|
|
4
|
346
|
March 27, 2022
|
|
Will Julia be more efficient than PyTorch
|
|
1
|
912
|
March 27, 2022
|
|
Extremely slow n-th root of float
|
|
11
|
703
|
March 27, 2022
|
|
Julia 3 times slower than Fortran reading integer data from ASCII file
|
|
14
|
1311
|
March 26, 2022
|
|
Type-instability because of @threads boxing variables
|
|
23
|
1626
|
March 25, 2022
|
|
Combining lots of DataFrames, best approach?
|
|
10
|
1138
|
March 25, 2022
|
|
How to preallocate a triangular matrix and overwrite it with cholesky!
|
|
9
|
506
|
March 25, 2022
|
|
Why does BenchmarkTools `@belapsed` make so many allocations?
|
|
2
|
1732
|
March 25, 2022
|
|
Advice to make getfield(::NamedTuple, ::Symbol) typestable
|
|
19
|
1059
|
March 25, 2022
|
|
Avoid runtime dispatch when overloading `isless()`
|
|
2
|
356
|
March 24, 2022
|
|
Differentialequations.jl - Solving ODE with time dependent parameter allocation friendly
|
|
2
|
1194
|
March 23, 2022
|
|
Updated CSV reader benchmarks?
|
|
4
|
660
|
March 23, 2022
|
|
Faster zeros with calloc
|
|
26
|
3996
|
March 23, 2022
|
|
Rowwise compuation in `InMemoryDatasets.jl` vs `DataFrames.jl`
|
|
2
|
702
|
March 23, 2022
|
|
StructArrays (for Complex arrays) and DifferentialEquations not working together
|
|
4
|
636
|
March 22, 2022
|
|
Large allocations for imported text files
|
|
2
|
314
|
March 22, 2022
|
|
Large Garbage Collection in for loop if slicing vector
|
|
10
|
626
|
March 22, 2022
|
|
`log` performance regression and JET failures
|
|
3
|
377
|
March 20, 2022
|
|
Why is `collect()` faster than a for loop in this numerical scheme? (corrected!)
|
|
25
|
1130
|
March 19, 2022
|
|
Trying to add kernels for Gaussian Process
|
|
0
|
408
|
March 19, 2022
|
|
Can this be made faster?
|
|
5
|
566
|
March 19, 2022
|
|
Buffer in running external program in loops
|
|
24
|
1228
|
March 18, 2022
|