Is boolean indexing 100 times slower in 1.0?
|
|
10
|
2108
|
October 14, 2018
|
Inv(transpose(mat) ) causes warntype
|
|
1
|
467
|
October 12, 2018
|
Julia / C mutable struct compiles much faster than struct
|
|
5
|
1686
|
October 12, 2018
|
Trig functions very slow
|
|
67
|
6869
|
October 10, 2018
|
sort(A, dims=1) mixing rows
|
|
11
|
1239
|
October 9, 2018
|
Allocations in function timing
|
|
2
|
557
|
October 9, 2018
|
Performance increased after adding a if?
|
|
4
|
744
|
October 8, 2018
|
Automatically parameterizing a type
|
|
9
|
1065
|
October 8, 2018
|
Zeros slower than Array comprehension
|
|
3
|
688
|
October 7, 2018
|
Making high performance functions with flexible inputs
|
|
1
|
498
|
October 4, 2018
|
General reduction performance
|
|
4
|
1096
|
October 3, 2018
|
Iterating over cols, vcat, repeat?
|
|
7
|
881
|
October 2, 2018
|
Crash using Channels/Conditions with @threads
|
|
2
|
747
|
October 2, 2018
|
Performance regression in 1.0.1
|
|
5
|
879
|
October 2, 2018
|
Iterating over two vectors with vcat is faster than Iterators.flatten and CatViews?
|
|
10
|
1881
|
October 1, 2018
|
Are Julia Arrays double pointers?
|
|
8
|
2468
|
October 1, 2018
|
Whitelist/Blacklist for captured variable
|
|
3
|
544
|
October 1, 2018
|
Do for loops capture by reference or by value
|
|
9
|
1810
|
October 1, 2018
|
2 identical versions of the code: one allocates the other not, when accessing type-unstable tuple. Why?
|
|
3
|
796
|
October 1, 2018
|
Recursive Fibonacci Benchmark using top languages on Github
|
|
11
|
2852
|
September 29, 2018
|
Julia one third slower than ccall-ing `@code_native` assembly compiled with gcc?
|
|
2
|
1381
|
September 29, 2018
|
Start-up performance, types and compiler's type inference
|
|
5
|
1109
|
September 27, 2018
|
`eigs` for sparse tridiagonal matrix: Arpack.jl vs scipy
|
|
3
|
1102
|
September 27, 2018
|
Combining two arrays with alternating elements
|
|
10
|
5300
|
September 26, 2018
|
Summing arrays efficiently
|
|
9
|
8484
|
September 22, 2018
|
Help with performance tuning this dataframe aggregation
|
|
10
|
742
|
September 23, 2018
|
Sum, mapreduce and broadcasted
|
|
14
|
2938
|
September 23, 2018
|
Julia 1.0, tight-binding benchmark and array slices
|
|
9
|
1908
|
September 22, 2018
|
Product of three matrices fast
|
|
5
|
1441
|
September 22, 2018
|
Write/read multiple arrays of different types 300+ Million elements each. Brute force .jld seems stupid.
|
|
14
|
752
|
September 21, 2018
|