haskey(Dict) allocates when key is a struct
|
|
4
|
560
|
December 10, 2019
|
Specifying that a function which can take a vector or scalar as input
|
|
4
|
3326
|
December 9, 2019
|
How to specify that a function which has several (but a limited amount) of possible types as inputs and outputs?
|
|
2
|
384
|
December 9, 2019
|
Tables package for fast grouping and filtering?
|
|
18
|
1597
|
December 8, 2019
|
sum(Array{Bool,1}) vs sum(Array(Int8,1})
|
|
6
|
1885
|
December 8, 2019
|
Setfield! allocates memory when setting Float64 values
|
|
4
|
1248
|
December 6, 2019
|
Linear algebra/algorithm: possible speed up for summing up matrices commutators
|
|
1
|
770
|
December 5, 2019
|
Type annotation make JIT compile faster?
|
|
2
|
1698
|
December 5, 2019
|
Writing functions for types defined in another module
|
|
5
|
2757
|
December 5, 2019
|
How to debug compilation time and loading time of packages?
|
|
4
|
1487
|
December 4, 2019
|
A cluster config for julia parallel computing
|
|
1
|
470
|
December 1, 2019
|
Pmap and multi-threaded BLAS
|
|
2
|
962
|
November 29, 2019
|
Why mul! is so fast with BitVector?
|
|
1
|
656
|
November 29, 2019
|
Cosine seems slow
|
|
14
|
1809
|
November 27, 2019
|
Performance with small matrices: 5-argument mul! vs BLAS.gemm!
|
|
1
|
1198
|
November 26, 2019
|
Repeated @benchmark causes RAM creep
|
|
4
|
572
|
November 26, 2019
|
`using AMQPClient` significantly slows down code
|
|
4
|
505
|
November 25, 2019
|
Multivariate Normal Distribution
|
|
17
|
8738
|
November 24, 2019
|
Functions inside functions using "global" variables
|
|
2
|
683
|
November 23, 2019
|
Regular Expression and Threads
|
|
3
|
936
|
November 23, 2019
|
For loop in function and multiplication of larger matrices, slow speed in parallel
|
|
3
|
1303
|
November 22, 2019
|
Improving Performance of this Code
|
|
12
|
1337
|
November 22, 2019
|
Optimization of Code for NaN Operations
|
|
3
|
571
|
November 21, 2019
|
Performance of the iterator approach
|
|
3
|
696
|
November 21, 2019
|
Interpreting multiple lines on one level of ProfileView
|
|
1
|
469
|
November 19, 2019
|
Hack: AMD Ryzen/TR/Epyc + Intel Math Kernel Library (MKL)
|
|
0
|
1465
|
November 18, 2019
|
Performance: replace conditional jump by some shift/and/or?
|
|
10
|
899
|
November 14, 2019
|
Big endian conversion on custom datatypes
|
|
3
|
1416
|
November 14, 2019
|
Profile.init time units
|
|
14
|
1868
|
November 13, 2019
|
No constant expression elimination for e.g. '2^24-1'
|
|
7
|
889
|
November 12, 2019
|