|
Get NamedTuple element with String key. Why is this slow?
|
|
3
|
710
|
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
|
329
|
March 28, 2022
|
|
CUDA kernel configuration
|
|
3
|
749
|
March 28, 2022
|
|
Type instability of nested recursive function
|
|
4
|
637
|
March 28, 2022
|
|
# of threads in Optimal Transport Package
|
|
4
|
364
|
March 27, 2022
|
|
Will Julia be more efficient than PyTorch
|
|
1
|
946
|
March 27, 2022
|
|
Extremely slow n-th root of float
|
|
11
|
768
|
March 27, 2022
|
|
Julia 3 times slower than Fortran reading integer data from ASCII file
|
|
14
|
1360
|
March 26, 2022
|
|
Type-instability because of @threads boxing variables
|
|
23
|
1711
|
March 25, 2022
|
|
Combining lots of DataFrames, best approach?
|
|
10
|
1257
|
March 25, 2022
|
|
How to preallocate a triangular matrix and overwrite it with cholesky!
|
|
9
|
547
|
March 25, 2022
|
|
Why does BenchmarkTools `@belapsed` make so many allocations?
|
|
2
|
1828
|
March 25, 2022
|
|
Advice to make getfield(::NamedTuple, ::Symbol) typestable
|
|
19
|
1135
|
March 25, 2022
|
|
Avoid runtime dispatch when overloading `isless()`
|
|
2
|
373
|
March 24, 2022
|
|
Differentialequations.jl - Solving ODE with time dependent parameter allocation friendly
|
|
2
|
1242
|
March 23, 2022
|
|
Updated CSV reader benchmarks?
|
|
4
|
687
|
March 23, 2022
|
|
Faster zeros with calloc
|
|
26
|
4117
|
March 23, 2022
|
|
Rowwise compuation in `InMemoryDatasets.jl` vs `DataFrames.jl`
|
|
2
|
731
|
March 23, 2022
|
|
StructArrays (for Complex arrays) and DifferentialEquations not working together
|
|
4
|
653
|
March 22, 2022
|
|
Large allocations for imported text files
|
|
2
|
324
|
March 22, 2022
|
|
Large Garbage Collection in for loop if slicing vector
|
|
10
|
669
|
March 22, 2022
|
|
`log` performance regression and JET failures
|
|
3
|
390
|
March 20, 2022
|
|
Why is `collect()` faster than a for loop in this numerical scheme? (corrected!)
|
|
25
|
1269
|
March 19, 2022
|
|
Trying to add kernels for Gaussian Process
|
|
0
|
425
|
March 19, 2022
|
|
Can this be made faster?
|
|
5
|
593
|
March 19, 2022
|
|
Buffer in running external program in loops
|
|
24
|
1318
|
March 18, 2022
|
|
Improving type inference for `x` where `Meta.isexpr(x, ...)`
|
|
4
|
467
|
March 18, 2022
|
|
Why is Julia's graphics system so slow?
|
|
32
|
7835
|
March 17, 2022
|
|
Why is this numerical scheme so much faster when using `collect()` than a for loop?
|
|
4
|
577
|
March 17, 2022
|
|
Define mul! for DiffEqArrayOperator
|
|
4
|
695
|
March 16, 2022
|