|
Improve performance of computation graph evaluation
|
|
5
|
1234
|
January 3, 2020
|
|
Confused with @time result for simple addtion of arrays
|
|
9
|
748
|
January 2, 2020
|
|
Optimizing Calculation in Julia compared to C (New to Julia)
|
|
25
|
2689
|
January 1, 2020
|
|
Memory allocation on multiple return values
|
|
3
|
908
|
December 31, 2019
|
|
Type-stable Array of NamedTuples
|
|
12
|
4571
|
December 27, 2019
|
|
Julia 1.3 order of magnitude slowdown in function
|
|
1
|
867
|
December 25, 2019
|
|
Multithreading and fetch() type stability
|
|
11
|
1332
|
December 23, 2019
|
|
Allocations with anonymous functions
|
|
4
|
1044
|
December 21, 2019
|
|
Performance of Float32 exponential
|
|
4
|
1499
|
December 21, 2019
|
|
Can this loop be optimized further?
|
|
7
|
787
|
December 20, 2019
|
|
Differences in collecting algebraic terms or not
|
|
5
|
616
|
December 19, 2019
|
|
Efficient way to update a DataFrame stored in a bson file
|
|
3
|
756
|
December 19, 2019
|
|
Are functions the same as closures in this case?
|
|
8
|
577
|
December 19, 2019
|
|
Writing effective parallel code
|
|
8
|
1812
|
December 18, 2019
|
|
Example for the Depth first multithread implementation performance gain as a motivation
|
|
3
|
945
|
December 16, 2019
|
|
Keeping threads busy with 1.3 multiprocessing
|
|
10
|
969
|
December 16, 2019
|
|
Why is there a performance hit on broadcasting with OffsetArrays?
|
|
3
|
1070
|
December 15, 2019
|
|
Best way to store integer partitions
|
|
6
|
1021
|
December 15, 2019
|
|
Simple challenge: Is there a more "Julian" solution?
|
|
12
|
941
|
December 13, 2019
|
|
Optimize benchmark-code
|
|
11
|
762
|
December 10, 2019
|
|
haskey(Dict) allocates when key is a struct
|
|
4
|
594
|
December 10, 2019
|
|
Specifying that a function which can take a vector or scalar as input
|
|
4
|
3387
|
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
|
1663
|
December 8, 2019
|
|
sum(Array{Bool,1}) vs sum(Array(Int8,1})
|
|
6
|
1948
|
December 8, 2019
|
|
Setfield! allocates memory when setting Float64 values
|
|
4
|
1274
|
December 6, 2019
|
|
Linear algebra/algorithm: possible speed up for summing up matrices commutators
|
|
1
|
799
|
December 5, 2019
|
|
Type annotation make JIT compile faster?
|
|
2
|
1727
|
December 5, 2019
|
|
Writing functions for types defined in another module
|
|
5
|
2805
|
December 5, 2019
|
|
How to debug compilation time and loading time of packages?
|
|
4
|
1530
|
December 4, 2019
|