|
Allocations with anonymous functions
|
|
4
|
1020
|
December 21, 2019
|
|
Performance of Float32 exponential
|
|
4
|
1475
|
December 21, 2019
|
|
Can this loop be optimized further?
|
|
7
|
770
|
December 20, 2019
|
|
Differences in collecting algebraic terms or not
|
|
5
|
601
|
December 19, 2019
|
|
Efficient way to update a DataFrame stored in a bson file
|
|
3
|
747
|
December 19, 2019
|
|
Are functions the same as closures in this case?
|
|
8
|
564
|
December 19, 2019
|
|
Writing effective parallel code
|
|
8
|
1781
|
December 18, 2019
|
|
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
|
941
|
December 16, 2019
|
|
Why is there a performance hit on broadcasting with OffsetArrays?
|
|
3
|
1055
|
December 15, 2019
|
|
Best way to store integer partitions
|
|
6
|
999
|
December 15, 2019
|
|
Simple challenge: Is there a more "Julian" solution?
|
|
12
|
917
|
December 13, 2019
|
|
Optimize benchmark-code
|
|
11
|
735
|
December 10, 2019
|
|
haskey(Dict) allocates when key is a struct
|
|
4
|
580
|
December 10, 2019
|
|
Specifying that a function which can take a vector or scalar as input
|
|
4
|
3359
|
December 9, 2019
|
|
How to specify that a function which has several (but a limited amount) of possible types as inputs and outputs?
|
|
2
|
396
|
December 9, 2019
|
|
Tables package for fast grouping and filtering?
|
|
18
|
1636
|
December 8, 2019
|
|
sum(Array{Bool,1}) vs sum(Array(Int8,1})
|
|
6
|
1909
|
December 8, 2019
|
|
Setfield! allocates memory when setting Float64 values
|
|
4
|
1263
|
December 6, 2019
|
|
Linear algebra/algorithm: possible speed up for summing up matrices commutators
|
|
1
|
779
|
December 5, 2019
|
|
Type annotation make JIT compile faster?
|
|
2
|
1718
|
December 5, 2019
|
|
Writing functions for types defined in another module
|
|
5
|
2782
|
December 5, 2019
|
|
How to debug compilation time and loading time of packages?
|
|
4
|
1502
|
December 4, 2019
|
|
A cluster config for julia parallel computing
|
|
1
|
482
|
December 1, 2019
|
|
Pmap and multi-threaded BLAS
|
|
2
|
973
|
November 29, 2019
|
|
Why mul! is so fast with BitVector?
|
|
1
|
666
|
November 29, 2019
|
|
Cosine seems slow
|
|
14
|
1859
|
November 27, 2019
|
|
Performance with small matrices: 5-argument mul! vs BLAS.gemm!
|
|
1
|
1221
|
November 26, 2019
|
|
Repeated @benchmark causes RAM creep
|
|
4
|
591
|
November 26, 2019
|
|
`using AMQPClient` significantly slows down code
|
|
4
|
532
|
November 25, 2019
|