Two Questions About Multithreading
|
|
5
|
1779
|
September 18, 2018
|
rand(1:10) vs Int(round(10*rand())
|
|
17
|
2307
|
September 18, 2018
|
Backward substitution without memory allocation (Julia v0.6)
|
|
0
|
1079
|
September 17, 2018
|
Profile segfault
|
|
5
|
590
|
September 16, 2018
|
'using MyModule' is costly
|
|
6
|
737
|
September 15, 2018
|
Multiplication of rational by an integer
|
|
0
|
485
|
September 15, 2018
|
Simple and fast bisection
|
|
8
|
2811
|
September 13, 2018
|
Matrix exponential slower in Julia 0.7 / 1.0?
|
|
7
|
2640
|
September 12, 2018
|
Memory allocation in type construction
|
|
2
|
568
|
September 11, 2018
|
Allocation by StaticArrays in anonymous function/macro
|
|
2
|
690
|
September 10, 2018
|
Problems with Julia 1.0 on Mac os
|
|
1
|
756
|
September 7, 2018
|
Performance of zeros() vs. Array{T}()?
|
|
4
|
1169
|
September 6, 2018
|
Compiler optimization for variables and functions
|
|
16
|
1427
|
September 5, 2018
|
Are there any 5-argument versions of `mul!` or similar in LinearAlgebra now?
|
|
1
|
925
|
September 5, 2018
|
How to optimise and be faster than Java?
|
|
24
|
2058
|
September 4, 2018
|
User-dependent meta-programming and recompilation
|
|
7
|
658
|
September 3, 2018
|
How to accelerate matrix operations(multiplication, add, inverse) in a for loop?
|
|
23
|
6722
|
September 2, 2018
|
Memory allocations in for loop variable
|
|
28
|
3655
|
August 31, 2018
|
Function runs much slower from the Julia command prompt
|
|
5
|
1103
|
August 31, 2018
|
Program execution is really slow from command line/HTTP server endpoint
|
|
2
|
659
|
August 31, 2018
|
Pmap performance regression: pmap(x->f(x,y), X) creates copies of y
|
|
9
|
1163
|
August 30, 2018
|
JuMP "getvalue" suddenly very slow
|
|
2
|
517
|
August 29, 2018
|
How to do chunk matrix/vector multiplication with @threads
|
|
1
|
1430
|
August 28, 2018
|
Unnecessary materialize in broadcast?
|
|
9
|
1734
|
August 28, 2018
|
`maximum!` allocates
|
|
4
|
612
|
August 28, 2018
|
Binning Large Collections of Timestamps
|
|
6
|
2533
|
August 28, 2018
|
Any sorting function in Julia that is as fast as Matlab's maxk?
|
|
7
|
2583
|
August 28, 2018
|
for loop consumes extreme amount of memory even though operation can be considered "pure"
|
|
4
|
1201
|
August 27, 2018
|
How to improve the performance while do matrix operation
|
|
13
|
827
|
August 27, 2018
|
@distributed and type instability
|
|
0
|
412
|
August 26, 2018
|