Using Intel LLVM compiler with Julia
|
|
6
|
724
|
April 5, 2022
|
@spawn at fails when called inside a function in a module
|
|
4
|
691
|
April 5, 2022
|
Performance difference among three CUDA kernels with same results
|
|
8
|
1115
|
April 3, 2022
|
Is it necessary for sleep to allocate?
|
|
5
|
1484
|
April 2, 2022
|
Maintaining a fixed size "top N" values list
|
|
14
|
874
|
April 2, 2022
|
Function array performance
|
|
5
|
429
|
April 2, 2022
|
Poll: speed vs accuracy for `Float64^-3`
|
|
55
|
2698
|
March 31, 2022
|
Memory allocation when evaluating a function inside struct
|
|
6
|
449
|
March 31, 2022
|
Memory allocation in iterator
|
|
9
|
781
|
March 31, 2022
|
Improving my mental model: Why is `sizehint!()` so much slower than `zeros()`?
|
|
9
|
1561
|
March 31, 2022
|
Super slow string performance
|
|
2
|
905
|
March 31, 2022
|
Avoiding double lookup
|
|
11
|
734
|
March 31, 2022
|
Can the output of --track-allocation be trusted with multi-threading enabled?
|
|
9
|
675
|
March 30, 2022
|
When to parallelise, when not to?
|
|
2
|
452
|
March 30, 2022
|
Get NamedTuple element with String key. Why is this slow?
|
|
3
|
647
|
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
|
303
|
March 28, 2022
|
CUDA kernel configuration
|
|
3
|
683
|
March 28, 2022
|
Type instability of nested recursive function
|
|
4
|
599
|
March 28, 2022
|
# of threads in Optimal Transport Package
|
|
4
|
330
|
March 27, 2022
|
Will Julia be more efficient than PyTorch
|
|
1
|
883
|
March 27, 2022
|
Extremely slow n-th root of float
|
|
11
|
691
|
March 27, 2022
|
Julia 3 times slower than Fortran reading integer data from ASCII file
|
|
14
|
1260
|
March 26, 2022
|
Type-instability because of @threads boxing variables
|
|
23
|
1519
|
March 25, 2022
|
Combining lots of DataFrames, best approach?
|
|
10
|
1074
|
March 25, 2022
|
How to preallocate a triangular matrix and overwrite it with cholesky!
|
|
9
|
471
|
March 25, 2022
|
Why does BenchmarkTools `@belapsed` make so many allocations?
|
|
2
|
1667
|
March 25, 2022
|
Advice to make getfield(::NamedTuple, ::Symbol) typestable
|
|
19
|
1002
|
March 25, 2022
|
Avoid runtime dispatch when overloading `isless()`
|
|
2
|
348
|
March 24, 2022
|
Differentialequations.jl - Solving ODE with time dependent parameter allocation friendly
|
|
2
|
1169
|
March 23, 2022
|
Updated CSV reader benchmarks?
|
|
4
|
643
|
March 23, 2022
|