Best practice for array allocation in self-consistent calculations
|
|
10
|
655
|
April 13, 2022
|
Recursive call vs while loop
|
|
21
|
12272
|
April 12, 2022
|
Row and column major order for arrays of different shape
|
|
23
|
2725
|
April 12, 2022
|
Julia versus MATLAB
|
|
5
|
2108
|
April 12, 2022
|
Julia is very slow compared to python/numpy. What am I doing wrong here?
|
|
25
|
3080
|
April 11, 2022
|
Iterators.flatmap optimization attempt
|
|
2
|
879
|
April 11, 2022
|
Tullio seems two times slower than basic LoopVectorization
|
|
3
|
1065
|
April 10, 2022
|
Sundials: High memory usage
|
|
1
|
480
|
April 9, 2022
|
Speeding up contraction mapping
|
|
7
|
879
|
April 8, 2022
|
Current OpenBLAS Versions (January 2022) do not support Intel gen 11 performantly?
|
|
50
|
4660
|
April 7, 2022
|
Reducing getindex allocation [edit: when using an array as index]
|
|
17
|
844
|
April 7, 2022
|
Understanding @time memory allocations
|
|
7
|
573
|
April 6, 2022
|
Efficiently interpreting byte-packed buffer
|
|
31
|
1451
|
April 6, 2022
|
Using Intel LLVM compiler with Julia
|
|
6
|
729
|
April 5, 2022
|
@spawn at fails when called inside a function in a module
|
|
4
|
697
|
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
|
1494
|
April 2, 2022
|
Maintaining a fixed size "top N" values list
|
|
14
|
881
|
April 2, 2022
|
Function array performance
|
|
5
|
429
|
April 2, 2022
|
Poll: speed vs accuracy for `Float64^-3`
|
|
55
|
2702
|
March 31, 2022
|
Memory allocation when evaluating a function inside struct
|
|
6
|
451
|
March 31, 2022
|
Memory allocation in iterator
|
|
9
|
783
|
March 31, 2022
|
Improving my mental model: Why is `sizehint!()` so much slower than `zeros()`?
|
|
9
|
1566
|
March 31, 2022
|
Super slow string performance
|
|
2
|
905
|
March 31, 2022
|
Avoiding double lookup
|
|
11
|
736
|
March 31, 2022
|
Can the output of --track-allocation be trusted with multi-threading enabled?
|
|
9
|
685
|
March 30, 2022
|
When to parallelise, when not to?
|
|
2
|
453
|
March 30, 2022
|
Get NamedTuple element with String key. Why is this slow?
|
|
3
|
651
|
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
|
306
|
March 28, 2022
|
CUDA kernel configuration
|
|
3
|
683
|
March 28, 2022
|