|
Optimizing Calculation in Julia compared to C (New to Julia)
|
|
25
|
2898
|
January 1, 2020
|
|
Memory allocation on multiple return values
|
|
3
|
948
|
December 31, 2019
|
|
Type-stable Array of NamedTuples
|
|
12
|
4682
|
December 27, 2019
|
|
Julia 1.3 order of magnitude slowdown in function
|
|
1
|
893
|
December 25, 2019
|
|
Multithreading and fetch() type stability
|
|
11
|
1420
|
December 23, 2019
|
|
Allocations with anonymous functions
|
|
4
|
1097
|
December 21, 2019
|
|
Performance of Float32 exponential
|
|
4
|
1554
|
December 21, 2019
|
|
Can this loop be optimized further?
|
|
7
|
867
|
December 20, 2019
|
|
Differences in collecting algebraic terms or not
|
|
5
|
659
|
December 19, 2019
|
|
Efficient way to update a DataFrame stored in a bson file
|
|
3
|
803
|
December 19, 2019
|
|
Are functions the same as closures in this case?
|
|
8
|
644
|
December 19, 2019
|
|
Writing effective parallel code
|
|
8
|
1904
|
December 18, 2019
|
|
Example for the Depth first multithread implementation performance gain as a motivation
|
|
3
|
976
|
December 16, 2019
|
|
Keeping threads busy with 1.3 multiprocessing
|
|
10
|
1042
|
December 16, 2019
|
|
Why is there a performance hit on broadcasting with OffsetArrays?
|
|
3
|
1117
|
December 15, 2019
|
|
Best way to store integer partitions
|
|
6
|
1075
|
December 15, 2019
|
|
Simple challenge: Is there a more "Julian" solution?
|
|
12
|
999
|
December 13, 2019
|
|
Optimize benchmark-code
|
|
11
|
870
|
December 10, 2019
|
|
haskey(Dict) allocates when key is a struct
|
|
4
|
646
|
December 10, 2019
|
|
Specifying that a function which can take a vector or scalar as input
|
|
4
|
3448
|
December 9, 2019
|
|
How to specify that a function which has several (but a limited amount) of possible types as inputs and outputs?
|
|
2
|
423
|
December 9, 2019
|
|
Tables package for fast grouping and filtering?
|
|
18
|
1807
|
December 8, 2019
|
|
sum(Array{Bool,1}) vs sum(Array(Int8,1})
|
|
6
|
2015
|
December 8, 2019
|
|
Setfield! allocates memory when setting Float64 values
|
|
4
|
1318
|
December 6, 2019
|
|
Linear algebra/algorithm: possible speed up for summing up matrices commutators
|
|
1
|
824
|
December 5, 2019
|
|
Type annotation make JIT compile faster?
|
|
2
|
1762
|
December 5, 2019
|
|
Writing functions for types defined in another module
|
|
5
|
2895
|
December 5, 2019
|
|
How to debug compilation time and loading time of packages?
|
|
4
|
1581
|
December 4, 2019
|
|
A cluster config for julia parallel computing
|
|
1
|
506
|
December 1, 2019
|
|
Pmap and multi-threaded BLAS
|
|
2
|
1007
|
November 29, 2019
|