Understanding Allocations in multithreaded code
|
|
4
|
1282
|
June 15, 2020
|
How to tell if A*B hits BLAS?
|
|
2
|
614
|
June 14, 2020
|
Slow arbitrary base exponentiation, a^b
|
|
22
|
2791
|
June 14, 2020
|
Make typeof(T::Type) = Type{T}?
|
|
0
|
322
|
June 13, 2020
|
Efficient closures
|
|
4
|
1220
|
June 13, 2020
|
Why are my linear interpolations 10x faster in MATLAB?
|
|
26
|
3691
|
June 12, 2020
|
Large CPU time overhead RK4 ODE solver for parabolic problem
|
|
15
|
728
|
June 12, 2020
|
Why there are different execution times for same function calls
|
|
4
|
821
|
June 12, 2020
|
Simple way to precompile standard package for batch
|
|
14
|
868
|
June 11, 2020
|
Why sortperm(Int32[]) return Int64[]
|
|
1
|
342
|
June 11, 2020
|
Is the best number of threads used in parallel computing by using distribute 4?
|
|
4
|
1390
|
June 11, 2020
|
Is it possible to force use Int32, instead of Int64
|
|
14
|
2856
|
June 11, 2020
|
Using a DataFrame to calculate another column in a separate DataFrame
|
|
6
|
833
|
June 10, 2020
|
Why `mean` with `dims` argument is so slow?
|
|
4
|
575
|
June 10, 2020
|
Can't figure out why dynamic dispatch is occuring
|
|
6
|
617
|
June 9, 2020
|
Improving a Program Implementing findall Function
|
|
1
|
383
|
June 7, 2020
|
Parallel reductions on CPUs with different speeds
|
|
6
|
718
|
June 5, 2020
|
Best performance using dictionaries, functions and modules
|
|
8
|
890
|
June 5, 2020
|
10x slowdown when passing function as argument
|
|
15
|
2279
|
June 4, 2020
|
Efficient merging of large dictionaries
|
|
4
|
1127
|
June 4, 2020
|
Coverage test is extremely slow on multiple threads
|
|
6
|
790
|
June 4, 2020
|
Performance issues - Comparison with Matlab
|
|
6
|
956
|
June 2, 2020
|
Speed of vectorized vs for-loops using Zygote
|
|
20
|
2258
|
June 1, 2020
|
Improving Performance of For-Loop and Matrix Multiplication for Time Integration Solver
|
|
8
|
1135
|
June 1, 2020
|
Function control flow
|
|
22
|
1530
|
May 31, 2020
|
Sum over BigInt better performance without generator
|
|
3
|
538
|
May 31, 2020
|
Tuple or immutable struct as function argument regarding speed and optimization
|
|
10
|
2234
|
May 29, 2020
|
Need help with performance in a very large loop
|
|
28
|
1378
|
May 28, 2020
|
Help me make this O(n^2) function faster?
|
|
8
|
1442
|
May 27, 2020
|
Integer parametric typed struct much slower than concrete struct
|
|
6
|
548
|
May 26, 2020
|