Confused with @time result for simple addtion of arrays
|
|
9
|
702
|
January 2, 2020
|
Optimizing Calculation in Julia compared to C (New to Julia)
|
|
25
|
2534
|
January 1, 2020
|
Memory allocation on multiple return values
|
|
3
|
876
|
December 31, 2019
|
Type-stable Array of NamedTuples
|
|
12
|
4487
|
December 27, 2019
|
Julia 1.3 order of magnitude slowdown in function
|
|
1
|
846
|
December 25, 2019
|
Multithreading and fetch() type stability
|
|
11
|
1250
|
December 23, 2019
|
Allocations with anonymous functions
|
|
4
|
999
|
December 21, 2019
|
Performance of Float32 exponential
|
|
4
|
1454
|
December 21, 2019
|
Can this loop be optimized further?
|
|
7
|
746
|
December 20, 2019
|
Differences in collecting algebraic terms or not
|
|
5
|
578
|
December 19, 2019
|
Efficient way to update a DataFrame stored in a bson file
|
|
3
|
729
|
December 19, 2019
|
Are functions the same as closures in this case?
|
|
8
|
521
|
December 19, 2019
|
Writing effective parallel code
|
|
8
|
1712
|
December 18, 2019
|
Example for the Depth first multithread implementation performance gain as a motivation
|
|
3
|
926
|
December 16, 2019
|
Keeping threads busy with 1.3 multiprocessing
|
|
10
|
903
|
December 16, 2019
|
Why is there a performance hit on broadcasting with OffsetArrays?
|
|
3
|
1030
|
December 15, 2019
|
Best way to store integer partitions
|
|
6
|
958
|
December 15, 2019
|
Simple challenge: Is there a more "Julian" solution?
|
|
12
|
890
|
December 13, 2019
|
Optimize benchmark-code
|
|
11
|
680
|
December 10, 2019
|
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
|
3315
|
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
|
1586
|
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
|
1697
|
December 5, 2019
|
Writing functions for types defined in another module
|
|
5
|
2753
|
December 5, 2019
|
How to debug compilation time and loading time of packages?
|
|
4
|
1483
|
December 4, 2019
|
A cluster config for julia parallel computing
|
|
1
|
470
|
December 1, 2019
|