Efficient closures
|
|
4
|
1242
|
June 13, 2020
|
Why are my linear interpolations 10x faster in MATLAB?
|
|
26
|
3782
|
June 12, 2020
|
Large CPU time overhead RK4 ODE solver for parabolic problem
|
|
15
|
780
|
June 12, 2020
|
Why there are different execution times for same function calls
|
|
4
|
834
|
June 12, 2020
|
Simple way to precompile standard package for batch
|
|
14
|
914
|
June 11, 2020
|
Why sortperm(Int32[]) return Int64[]
|
|
1
|
353
|
June 11, 2020
|
Is the best number of threads used in parallel computing by using distribute 4?
|
|
4
|
1414
|
June 11, 2020
|
Is it possible to force use Int32, instead of Int64
|
|
14
|
2908
|
June 11, 2020
|
Using a DataFrame to calculate another column in a separate DataFrame
|
|
6
|
864
|
June 10, 2020
|
Why `mean` with `dims` argument is so slow?
|
|
4
|
594
|
June 10, 2020
|
Can't figure out why dynamic dispatch is occuring
|
|
6
|
640
|
June 9, 2020
|
Improving a Program Implementing findall Function
|
|
1
|
390
|
June 7, 2020
|
Parallel reductions on CPUs with different speeds
|
|
6
|
742
|
June 5, 2020
|
Best performance using dictionaries, functions and modules
|
|
8
|
925
|
June 5, 2020
|
10x slowdown when passing function as argument
|
|
15
|
2322
|
June 4, 2020
|
Efficient merging of large dictionaries
|
|
4
|
1146
|
June 4, 2020
|
Coverage test is extremely slow on multiple threads
|
|
6
|
808
|
June 4, 2020
|
Performance issues - Comparison with Matlab
|
|
6
|
979
|
June 2, 2020
|
Speed of vectorized vs for-loops using Zygote
|
|
20
|
2317
|
June 1, 2020
|
Improving Performance of For-Loop and Matrix Multiplication for Time Integration Solver
|
|
8
|
1155
|
June 1, 2020
|
Function control flow
|
|
22
|
1580
|
May 31, 2020
|
Sum over BigInt better performance without generator
|
|
3
|
551
|
May 31, 2020
|
Tuple or immutable struct as function argument regarding speed and optimization
|
|
10
|
2261
|
May 29, 2020
|
Need help with performance in a very large loop
|
|
28
|
1485
|
May 28, 2020
|
Help me make this O(n^2) function faster?
|
|
8
|
1470
|
May 27, 2020
|
Integer parametric typed struct much slower than concrete struct
|
|
6
|
568
|
May 26, 2020
|
Inverse of symmetric Matrix does not give proper output
|
|
3
|
469
|
May 26, 2020
|
Out of order branch execution prediction slower?
|
|
17
|
1068
|
May 26, 2020
|
Why isn't 10^6 evaluated at compile time?
|
|
21
|
1190
|
May 25, 2020
|
The best linear solver for sparse bandedblockbandedmatricies
|
|
30
|
5678
|
May 24, 2020
|