|
Are functions the same as closures in this case?
|
|
8
|
583
|
December 19, 2019
|
|
Writing effective parallel code
|
|
8
|
1827
|
December 18, 2019
|
|
Example for the Depth first multithread implementation performance gain as a motivation
|
|
3
|
947
|
December 16, 2019
|
|
Keeping threads busy with 1.3 multiprocessing
|
|
10
|
971
|
December 16, 2019
|
|
Why is there a performance hit on broadcasting with OffsetArrays?
|
|
3
|
1077
|
December 15, 2019
|
|
Best way to store integer partitions
|
|
6
|
1024
|
December 15, 2019
|
|
Simple challenge: Is there a more "Julian" solution?
|
|
12
|
942
|
December 13, 2019
|
|
Optimize benchmark-code
|
|
11
|
765
|
December 10, 2019
|
|
haskey(Dict) allocates when key is a struct
|
|
4
|
599
|
December 10, 2019
|
|
Specifying that a function which can take a vector or scalar as input
|
|
4
|
3398
|
December 9, 2019
|
|
How to specify that a function which has several (but a limited amount) of possible types as inputs and outputs?
|
|
2
|
401
|
December 9, 2019
|
|
Tables package for fast grouping and filtering?
|
|
18
|
1670
|
December 8, 2019
|
|
sum(Array{Bool,1}) vs sum(Array(Int8,1})
|
|
6
|
1954
|
December 8, 2019
|
|
Setfield! allocates memory when setting Float64 values
|
|
4
|
1276
|
December 6, 2019
|
|
Linear algebra/algorithm: possible speed up for summing up matrices commutators
|
|
1
|
802
|
December 5, 2019
|
|
Type annotation make JIT compile faster?
|
|
2
|
1732
|
December 5, 2019
|
|
Writing functions for types defined in another module
|
|
5
|
2816
|
December 5, 2019
|
|
How to debug compilation time and loading time of packages?
|
|
4
|
1534
|
December 4, 2019
|
|
A cluster config for julia parallel computing
|
|
1
|
490
|
December 1, 2019
|
|
Pmap and multi-threaded BLAS
|
|
2
|
981
|
November 29, 2019
|
|
Why mul! is so fast with BitVector?
|
|
1
|
673
|
November 29, 2019
|
|
Cosine seems slow
|
|
14
|
1895
|
November 27, 2019
|
|
Performance with small matrices: 5-argument mul! vs BLAS.gemm!
|
|
1
|
1274
|
November 26, 2019
|
|
Repeated @benchmark causes RAM creep
|
|
4
|
602
|
November 26, 2019
|
|
`using AMQPClient` significantly slows down code
|
|
4
|
540
|
November 25, 2019
|
|
Multivariate Normal Distribution
|
|
17
|
8992
|
November 24, 2019
|
|
Functions inside functions using "global" variables
|
|
2
|
707
|
November 23, 2019
|
|
Regular Expression and Threads
|
|
3
|
978
|
November 23, 2019
|
|
For loop in function and multiplication of larger matrices, slow speed in parallel
|
|
3
|
1330
|
November 22, 2019
|
|
Improving Performance of this Code
|
|
12
|
1418
|
November 22, 2019
|