SharedArrays. Stability
|
|
2
|
866
|
January 5, 2019
|
Performance of generator expressions and higher order functions
|
|
7
|
1329
|
January 4, 2019
|
Power function not inlined optimally
|
|
5
|
1560
|
January 4, 2019
|
Implementing own `size()` function for a `struct` and its performance
|
|
14
|
1930
|
January 4, 2019
|
Prefered pattern for generators?
|
|
12
|
970
|
January 3, 2019
|
Type stability issues when using StaticArrays
|
|
24
|
1847
|
January 3, 2019
|
How to use getproperty efficiently?
|
|
10
|
2015
|
January 2, 2019
|
Type stable code is more expensive than type unstable code. Why?
|
|
4
|
869
|
January 1, 2019
|
Optimizing iteration over slices of multiple matrices
|
|
14
|
1908
|
December 30, 2018
|
Jacobian of StaticArray function becoming type-unstable
|
|
3
|
683
|
December 28, 2018
|
How to use @inbounds?
|
|
2
|
618
|
December 28, 2018
|
Unnecessary allocations happening at big StaticArray expression
|
|
3
|
566
|
December 27, 2018
|
Modifying a sparse matrix non-zero indices
|
|
1
|
464
|
December 25, 2018
|
TerminalExtensions.jl + iterm2
|
|
2
|
910
|
December 24, 2018
|
V1.0.3. Type conversion or ceiling division? One line example
|
|
0
|
454
|
December 23, 2018
|
empty matrix creation
|
|
2
|
564
|
December 21, 2018
|
Fast fit of generalized pareto distribution
|
|
9
|
2856
|
December 18, 2018
|
Interleaving bits (Z-order curve,morton code).Transpose binary matrix
|
|
8
|
2703
|
December 16, 2018
|
Sorting lines by ID seems slow
|
|
2
|
653
|
December 16, 2018
|
What functions/packages should I use to sort and "group by" as fast as possible...?
|
|
4
|
1452
|
December 16, 2018
|
Reinterpret UInt64 as SVector{8,UInt8}
|
|
2
|
907
|
December 14, 2018
|
Multiply many-matrices by many-vectors
|
|
33
|
6770
|
December 14, 2018
|
An Adventurous Juila Challenge
|
|
0
|
738
|
December 13, 2018
|
DataFrames operation scales badly
|
|
21
|
2742
|
December 10, 2018
|
Reusing Sparsity patterns in sparse matrix products
|
|
11
|
1291
|
December 11, 2018
|
Reducing allocations to optimize (to match Java speed)
|
|
22
|
1343
|
December 10, 2018
|
Converting PyObject to a Julia array
|
|
6
|
4035
|
December 9, 2018
|
Right way to "static" allocate vectors in a function
|
|
2
|
739
|
December 8, 2018
|
Eigenvalues of symmetric matrix in packed format (upper triangular entries stacked in vector)
|
|
0
|
712
|
December 5, 2018
|
Is there a function compute matrix multiplication in a multimensional matrix?
|
|
8
|
1445
|
December 3, 2018
|