|
Recursive Fibonacci Benchmark using top languages on Github
|
|
11
|
3034
|
September 29, 2018
|
|
Julia one third slower than ccall-ing `@code_native` assembly compiled with gcc?
|
|
2
|
1422
|
September 29, 2018
|
|
Start-up performance, types and compiler's type inference
|
|
5
|
1185
|
September 27, 2018
|
|
`eigs` for sparse tridiagonal matrix: Arpack.jl vs scipy
|
|
3
|
1162
|
September 27, 2018
|
|
Combining two arrays with alternating elements
|
|
10
|
5540
|
September 26, 2018
|
|
Summing arrays efficiently
|
|
9
|
8724
|
September 22, 2018
|
|
Help with performance tuning this dataframe aggregation
|
|
10
|
850
|
September 23, 2018
|
|
Sum, mapreduce and broadcasted
|
|
14
|
3134
|
September 23, 2018
|
|
Julia 1.0, tight-binding benchmark and array slices
|
|
9
|
2038
|
September 22, 2018
|
|
Product of three matrices fast
|
|
5
|
1531
|
September 22, 2018
|
|
Write/read multiple arrays of different types 300+ Million elements each. Brute force .jld seems stupid.
|
|
14
|
900
|
September 21, 2018
|
|
Two Questions About Multithreading
|
|
5
|
1873
|
September 18, 2018
|
|
rand(1:10) vs Int(round(10*rand())
|
|
17
|
2518
|
September 18, 2018
|
|
Backward substitution without memory allocation (Julia v0.6)
|
|
0
|
1107
|
September 17, 2018
|
|
Profile segfault
|
|
5
|
668
|
September 16, 2018
|
|
'using MyModule' is costly
|
|
6
|
813
|
September 15, 2018
|
|
Multiplication of rational by an integer
|
|
0
|
510
|
September 15, 2018
|
|
Simple and fast bisection
|
|
8
|
2967
|
September 13, 2018
|
|
Matrix exponential slower in Julia 0.7 / 1.0?
|
|
7
|
2768
|
September 12, 2018
|
|
Memory allocation in type construction
|
|
2
|
613
|
September 11, 2018
|
|
Allocation by StaticArrays in anonymous function/macro
|
|
2
|
725
|
September 10, 2018
|
|
Problems with Julia 1.0 on Mac os
|
|
1
|
795
|
September 7, 2018
|
|
Performance of zeros() vs. Array{T}()?
|
|
4
|
1252
|
September 6, 2018
|
|
Compiler optimization for variables and functions
|
|
16
|
1586
|
September 5, 2018
|
|
Are there any 5-argument versions of `mul!` or similar in LinearAlgebra now?
|
|
1
|
983
|
September 5, 2018
|
|
How to optimise and be faster than Java?
|
|
24
|
2255
|
September 4, 2018
|
|
User-dependent meta-programming and recompilation
|
|
7
|
707
|
September 3, 2018
|
|
How to accelerate matrix operations(multiplication, add, inverse) in a for loop?
|
|
22
|
6989
|
September 2, 2018
|
|
Memory allocations in for loop variable
|
|
28
|
4008
|
August 31, 2018
|
|
Function runs much slower from the Julia command prompt
|
|
5
|
1167
|
August 31, 2018
|