|
About memory allocation of auxiliary array in successive calls of a function
|
|
6
|
737
|
June 17, 2020
|
|
Plan: when julia base will start to use threads?
|
|
1
|
832
|
June 16, 2020
|
|
Understanding Allocations in multithreaded code
|
|
4
|
1347
|
June 15, 2020
|
|
How to tell if A*B hits BLAS?
|
|
2
|
656
|
June 14, 2020
|
|
Slow arbitrary base exponentiation, a^b
|
|
22
|
2976
|
June 14, 2020
|
|
Make typeof(T::Type) = Type{T}?
|
|
0
|
336
|
June 13, 2020
|
|
Efficient closures
|
|
4
|
1275
|
June 13, 2020
|
|
Why are my linear interpolations 10x faster in MATLAB?
|
|
26
|
3956
|
June 12, 2020
|
|
Large CPU time overhead RK4 ODE solver for parabolic problem
|
|
15
|
838
|
June 12, 2020
|
|
Why there are different execution times for same function calls
|
|
4
|
891
|
June 12, 2020
|
|
Simple way to precompile standard package for batch
|
|
14
|
1017
|
June 11, 2020
|
|
Why sortperm(Int32[]) return Int64[]
|
|
1
|
369
|
June 11, 2020
|
|
Is the best number of threads used in parallel computing by using distribute 4?
|
|
4
|
1467
|
June 11, 2020
|
|
Is it possible to force use Int32, instead of Int64
|
|
14
|
3065
|
June 11, 2020
|
|
Using a DataFrame to calculate another column in a separate DataFrame
|
|
6
|
913
|
June 10, 2020
|
|
Why `mean` with `dims` argument is so slow?
|
|
4
|
625
|
June 10, 2020
|
|
Can't figure out why dynamic dispatch is occuring
|
|
6
|
668
|
June 9, 2020
|
|
Improving a Program Implementing findall Function
|
|
1
|
402
|
June 7, 2020
|
|
Parallel reductions on CPUs with different speeds
|
|
6
|
786
|
June 5, 2020
|
|
Best performance using dictionaries, functions and modules
|
|
8
|
998
|
June 5, 2020
|
|
10x slowdown when passing function as argument
|
|
15
|
2380
|
June 4, 2020
|
|
Efficient merging of large dictionaries
|
|
4
|
1193
|
June 4, 2020
|
|
Coverage test is extremely slow on multiple threads
|
|
6
|
850
|
June 4, 2020
|
|
Performance issues - Comparison with Matlab
|
|
6
|
1019
|
June 2, 2020
|
|
Speed of vectorized vs for-loops using Zygote
|
|
20
|
2417
|
June 1, 2020
|
|
Improving Performance of For-Loop and Matrix Multiplication for Time Integration Solver
|
|
8
|
1207
|
June 1, 2020
|
|
Function control flow
|
|
22
|
1712
|
May 31, 2020
|
|
Sum over BigInt better performance without generator
|
|
3
|
578
|
May 31, 2020
|
|
Tuple or immutable struct as function argument regarding speed and optimization
|
|
10
|
2325
|
May 29, 2020
|
|
Need help with performance in a very large loop
|
|
28
|
1607
|
May 28, 2020
|