|
Allocations in mapreduce/sum etc
|
|
2
|
1119
|
August 1, 2019
|
|
How efficient is dictionary lookup in Julia?
|
|
6
|
5274
|
July 30, 2019
|
|
What is the memory overhead of a mutable struct?
|
|
8
|
2332
|
July 30, 2019
|
|
Unusual slow Julia code compared to C++?
|
|
21
|
4824
|
July 30, 2019
|
|
Filling a preallocated array without allocations
|
|
7
|
2151
|
July 29, 2019
|
|
Dot equals .=
|
|
3
|
4782
|
July 26, 2019
|
|
Vector{Float} times Vector{Complex} slower than Vector{Complex} times Vector{Complex}
|
|
6
|
655
|
July 26, 2019
|
|
How to access shared "inherited" fields without paying multiple dispatch performance price?
|
|
14
|
1601
|
July 25, 2019
|
|
How to use SIMD with a very simple example
|
|
6
|
2241
|
July 23, 2019
|
|
Ways to make slow/sluggish REPL/interactive development experience faster?
|
|
35
|
6090
|
July 23, 2019
|
|
Split an Int128 to two Int64
|
|
2
|
2353
|
July 22, 2019
|
|
Puzzled by the difference in performance when summing an array in different ways
|
|
4
|
966
|
July 19, 2019
|
|
Fluctuations when measuring execution time of linear algebra code
|
|
12
|
1216
|
July 19, 2019
|
|
Indexing multidimensional arrays of arbitrary dimension
|
|
11
|
1774
|
June 26, 2019
|
|
Bad performance using DistributedArray SPMD for 1D diffusion problem
|
|
2
|
874
|
July 18, 2019
|
|
Modules VS Passing arguments to functions
|
|
5
|
1596
|
July 18, 2019
|
|
New behaviour due to an update of the package CSV when using CSV.write
|
|
7
|
1335
|
July 17, 2019
|
|
Strange allocation
|
|
2
|
427
|
July 17, 2019
|
|
Unusually bad performance of eigen() compared to eig() in Matlab
|
|
16
|
3432
|
July 17, 2019
|
|
Speed of dispatch with heterogeneous functions and types
|
|
10
|
1103
|
July 16, 2019
|
|
Seemingly unnecessary code cruft in a compiled higher-order function
|
|
9
|
818
|
July 15, 2019
|
|
Dispatch on Value allocating
|
|
9
|
1852
|
July 14, 2019
|
|
How to use minimum and maximum for a Vector{SVector{3}}
|
|
6
|
10935
|
July 12, 2019
|
|
Improving performance due to setting types of the fields of a struct
|
|
10
|
1292
|
July 12, 2019
|
|
Make first call faster
|
|
6
|
2669
|
July 12, 2019
|
|
How to improve compilation time and loading time of packages?
|
|
8
|
2597
|
July 10, 2019
|
|
Constant type but changing value
|
|
5
|
948
|
July 9, 2019
|
|
A reverse! for CuArrays and Nd arrays
|
|
6
|
901
|
July 8, 2019
|
|
Strange allocations with default positional argument and static arrays
|
|
6
|
725
|
July 7, 2019
|
|
Unexplained gap between calculation, and fetch time
|
|
0
|
363
|
July 3, 2019
|