|
Example for the Depth first multithread implementation performance gain as a motivation
|
|
3
|
936
|
December 16, 2019
|
|
Keeping threads busy with 1.3 multiprocessing
|
|
10
|
946
|
December 16, 2019
|
|
Why is there a performance hit on broadcasting with OffsetArrays?
|
|
3
|
1062
|
December 15, 2019
|
|
Best way to store integer partitions
|
|
6
|
1007
|
December 15, 2019
|
|
Simple challenge: Is there a more "Julian" solution?
|
|
12
|
919
|
December 13, 2019
|
|
Optimize benchmark-code
|
|
11
|
742
|
December 10, 2019
|
|
haskey(Dict) allocates when key is a struct
|
|
4
|
583
|
December 10, 2019
|
|
Specifying that a function which can take a vector or scalar as input
|
|
4
|
3371
|
December 9, 2019
|
|
How to specify that a function which has several (but a limited amount) of possible types as inputs and outputs?
|
|
2
|
397
|
December 9, 2019
|
|
Tables package for fast grouping and filtering?
|
|
18
|
1640
|
December 8, 2019
|
|
sum(Array{Bool,1}) vs sum(Array(Int8,1})
|
|
6
|
1922
|
December 8, 2019
|
|
Setfield! allocates memory when setting Float64 values
|
|
4
|
1264
|
December 6, 2019
|
|
Linear algebra/algorithm: possible speed up for summing up matrices commutators
|
|
1
|
787
|
December 5, 2019
|
|
Type annotation make JIT compile faster?
|
|
2
|
1720
|
December 5, 2019
|
|
Writing functions for types defined in another module
|
|
5
|
2793
|
December 5, 2019
|
|
How to debug compilation time and loading time of packages?
|
|
4
|
1519
|
December 4, 2019
|
|
A cluster config for julia parallel computing
|
|
1
|
485
|
December 1, 2019
|
|
Pmap and multi-threaded BLAS
|
|
2
|
974
|
November 29, 2019
|
|
Why mul! is so fast with BitVector?
|
|
1
|
666
|
November 29, 2019
|
|
Cosine seems slow
|
|
14
|
1867
|
November 27, 2019
|
|
Performance with small matrices: 5-argument mul! vs BLAS.gemm!
|
|
1
|
1249
|
November 26, 2019
|
|
Repeated @benchmark causes RAM creep
|
|
4
|
592
|
November 26, 2019
|
|
`using AMQPClient` significantly slows down code
|
|
4
|
532
|
November 25, 2019
|
|
Multivariate Normal Distribution
|
|
17
|
8899
|
November 24, 2019
|
|
Functions inside functions using "global" variables
|
|
2
|
699
|
November 23, 2019
|
|
Regular Expression and Threads
|
|
3
|
964
|
November 23, 2019
|
|
For loop in function and multiplication of larger matrices, slow speed in parallel
|
|
3
|
1323
|
November 22, 2019
|
|
Improving Performance of this Code
|
|
12
|
1392
|
November 22, 2019
|
|
Optimization of Code for NaN Operations
|
|
3
|
591
|
November 21, 2019
|
|
Performance of the iterator approach
|
|
3
|
710
|
November 21, 2019
|