|
Reducing getindex allocation [edit: when using an array as index]
|
|
17
|
1076
|
April 7, 2022
|
|
Understanding @time memory allocations
|
|
7
|
706
|
April 6, 2022
|
|
Efficiently interpreting byte-packed buffer
|
|
31
|
1820
|
April 6, 2022
|
|
Using Intel LLVM compiler with Julia
|
|
6
|
866
|
April 5, 2022
|
|
@spawn at fails when called inside a function in a module
|
|
4
|
771
|
April 5, 2022
|
|
Performance difference among three CUDA kernels with same results
|
|
8
|
1230
|
April 3, 2022
|
|
Is it necessary for sleep to allocate?
|
|
5
|
1638
|
April 2, 2022
|
|
Maintaining a fixed size "top N" values list
|
|
14
|
1177
|
April 2, 2022
|
|
Function array performance
|
|
5
|
535
|
April 2, 2022
|
|
Poll: speed vs accuracy for `Float64^-3`
|
|
55
|
3593
|
March 31, 2022
|
|
Memory allocation when evaluating a function inside struct
|
|
6
|
560
|
March 31, 2022
|
|
Memory allocation in iterator
|
|
9
|
926
|
March 31, 2022
|
|
Improving my mental model: Why is `sizehint!()` so much slower than `zeros()`?
|
|
9
|
1749
|
March 31, 2022
|
|
Super slow string performance
|
|
2
|
977
|
March 31, 2022
|
|
Avoiding double lookup
|
|
11
|
892
|
March 31, 2022
|
|
Can the output of --track-allocation be trusted with multi-threading enabled?
|
|
9
|
821
|
March 30, 2022
|
|
When to parallelise, when not to?
|
|
2
|
531
|
March 30, 2022
|
|
Get NamedTuple element with String key. Why is this slow?
|
|
3
|
760
|
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
|
342
|
March 28, 2022
|
|
CUDA kernel configuration
|
|
3
|
773
|
March 28, 2022
|
|
Type instability of nested recursive function
|
|
4
|
674
|
March 28, 2022
|
|
# of threads in Optimal Transport Package
|
|
4
|
382
|
March 27, 2022
|
|
Will Julia be more efficient than PyTorch
|
|
1
|
980
|
March 27, 2022
|
|
Extremely slow n-th root of float
|
|
11
|
851
|
March 27, 2022
|
|
Julia 3 times slower than Fortran reading integer data from ASCII file
|
|
14
|
1467
|
March 26, 2022
|
|
Type-instability because of @threads boxing variables
|
|
23
|
1815
|
March 25, 2022
|
|
Combining lots of DataFrames, best approach?
|
|
10
|
1308
|
March 25, 2022
|
|
How to preallocate a triangular matrix and overwrite it with cholesky!
|
|
9
|
594
|
March 25, 2022
|
|
Why does BenchmarkTools `@belapsed` make so many allocations?
|
|
2
|
1878
|
March 25, 2022
|
|
Advice to make getfield(::NamedTuple, ::Symbol) typestable
|
|
19
|
1276
|
March 25, 2022
|