Mapreduce performance and dispatch
|
|
0
|
216
|
July 7, 2023
|
1.10 alpha significantly slower to start REPL
|
|
9
|
659
|
July 7, 2023
|
Customize a random function to sample 3 out of a list of 4097 real numbers
|
|
5
|
256
|
July 7, 2023
|
Help me improve this simple function
|
|
12
|
283
|
July 5, 2023
|
How can this code be faster than MATLAB?
|
|
12
|
596
|
July 5, 2023
|
Why does Pkg.activate(".") require compilation? Time to first project activation
|
|
2
|
365
|
July 5, 2023
|
Need help understanding allocations while calling external C library (Proj)
|
|
3
|
255
|
July 4, 2023
|
Fast recursion with big rationals
|
|
4
|
407
|
July 1, 2023
|
Changing array inside mutable struct passed to function, how to improve performance?
|
|
15
|
417
|
June 27, 2023
|
Why is the matrix multiplication with integer matrices much slower than with float ones?
|
|
6
|
409
|
June 27, 2023
|
Is 1.9 great or what?
|
|
17
|
1990
|
June 27, 2023
|
Advanced tricks to reduce memory allocations of ODE
|
|
7
|
538
|
June 27, 2023
|
Allocations when creating array
|
|
16
|
389
|
June 27, 2023
|
Performance & Profiling Tips for Beginner Code
|
|
14
|
1788
|
June 26, 2023
|
Unexpected performance mismatch in gradients for "compiled-tape-in-tape" experiment
|
|
0
|
180
|
June 25, 2023
|
How to achieve multi-threaded vectorized FMA operations in the for-loop for SAXPY?
|
|
2
|
424
|
June 25, 2023
|
Why using a mutable struct type argument to create instances creates a 50x slowdown?
|
|
7
|
534
|
June 25, 2023
|
[YouTube/GitHub] What is the FASTEST Computer Language? 45 Languages Tested
|
|
18
|
2958
|
June 24, 2023
|
Optimise calculation with NxNxMxM matrix
|
|
17
|
673
|
June 22, 2023
|
Extra allocations performing dot product in ODE callback
|
|
3
|
232
|
June 23, 2023
|
Understanding the performance and overhead of a vector of SOA vs a vector of AOS for SIMD and the effect of push!
|
|
1
|
455
|
June 23, 2023
|
Efficient Hessian assembling within an interior point method
|
|
0
|
186
|
June 23, 2023
|
Comprehensions versus pre-allocation
|
|
16
|
2064
|
June 22, 2023
|
Question: derefing named tuples
|
|
1
|
195
|
June 21, 2023
|
Are there any pentadiagonal system solvers?
|
|
0
|
258
|
June 21, 2023
|
Can constant propagation transform integer powers of -1 to an if/else?
|
|
5
|
304
|
June 16, 2023
|
Can Julia achieve fine grained control of performance without sacrificing ease of use?
|
|
14
|
770
|
June 16, 2023
|
FlameGraph ProfileView not showing matrix operations
|
|
2
|
344
|
June 15, 2023
|
Compiled program from PackageCompiler is much slower than REPL?
|
|
3
|
1585
|
June 15, 2023
|
Optimizing code with array assignments
|
|
12
|
433
|
June 15, 2023
|