|
Simple challenge: Is there a more "Julian" solution?
|
|
12
|
968
|
December 13, 2019
|
|
Optimize benchmark-code
|
|
11
|
807
|
December 10, 2019
|
|
haskey(Dict) allocates when key is a struct
|
|
4
|
612
|
December 10, 2019
|
|
Specifying that a function which can take a vector or scalar as input
|
|
4
|
3420
|
December 9, 2019
|
|
How to specify that a function which has several (but a limited amount) of possible types as inputs and outputs?
|
|
2
|
408
|
December 9, 2019
|
|
Tables package for fast grouping and filtering?
|
|
18
|
1708
|
December 8, 2019
|
|
sum(Array{Bool,1}) vs sum(Array(Int8,1})
|
|
6
|
1987
|
December 8, 2019
|
|
Setfield! allocates memory when setting Float64 values
|
|
4
|
1289
|
December 6, 2019
|
|
Linear algebra/algorithm: possible speed up for summing up matrices commutators
|
|
1
|
813
|
December 5, 2019
|
|
Type annotation make JIT compile faster?
|
|
2
|
1743
|
December 5, 2019
|
|
Writing functions for types defined in another module
|
|
5
|
2844
|
December 5, 2019
|
|
How to debug compilation time and loading time of packages?
|
|
4
|
1551
|
December 4, 2019
|
|
A cluster config for julia parallel computing
|
|
1
|
493
|
December 1, 2019
|
|
Pmap and multi-threaded BLAS
|
|
2
|
989
|
November 29, 2019
|
|
Why mul! is so fast with BitVector?
|
|
1
|
682
|
November 29, 2019
|
|
Cosine seems slow
|
|
14
|
1923
|
November 27, 2019
|
|
Performance with small matrices: 5-argument mul! vs BLAS.gemm!
|
|
1
|
1288
|
November 26, 2019
|
|
Repeated @benchmark causes RAM creep
|
|
4
|
619
|
November 26, 2019
|
|
`using AMQPClient` significantly slows down code
|
|
4
|
558
|
November 25, 2019
|
|
Multivariate Normal Distribution
|
|
17
|
9046
|
November 24, 2019
|
|
Functions inside functions using "global" variables
|
|
2
|
721
|
November 23, 2019
|
|
Regular Expression and Threads
|
|
3
|
992
|
November 23, 2019
|
|
For loop in function and multiplication of larger matrices, slow speed in parallel
|
|
3
|
1346
|
November 22, 2019
|
|
Improving Performance of this Code
|
|
12
|
1468
|
November 22, 2019
|
|
Optimization of Code for NaN Operations
|
|
3
|
609
|
November 21, 2019
|
|
Performance of the iterator approach
|
|
3
|
730
|
November 21, 2019
|
|
Interpreting multiple lines on one level of ProfileView
|
|
1
|
494
|
November 19, 2019
|
|
Hack: AMD Ryzen/TR/Epyc + Intel Math Kernel Library (MKL)
|
|
0
|
1485
|
November 18, 2019
|
|
Performance: replace conditional jump by some shift/and/or?
|
|
10
|
1005
|
November 14, 2019
|
|
Big endian conversion on custom datatypes
|
|
3
|
1472
|
November 14, 2019
|