Are there any pentadiagonal system solvers?
|
|
0
|
223
|
June 21, 2023
|
Can constant propagation transform integer powers of -1 to an if/else?
|
|
5
|
303
|
June 16, 2023
|
Can Julia achieve fine grained control of performance without sacrificing ease of use?
|
|
14
|
738
|
June 16, 2023
|
FlameGraph ProfileView not showing matrix operations
|
|
2
|
328
|
June 15, 2023
|
Compiled program from PackageCompiler is much slower than REPL?
|
|
3
|
1563
|
June 15, 2023
|
Optimizing code with array assignments
|
|
12
|
383
|
June 15, 2023
|
Parallelizing file processing with the least amount of overhead
|
|
2
|
499
|
June 14, 2023
|
How to enable vectorized fma instruction for multiply-add vectors?
|
|
10
|
658
|
June 14, 2023
|
Optimzing many linear solves
|
|
2
|
266
|
June 14, 2023
|
Multithreading with shared memory caches
|
|
27
|
1588
|
June 13, 2023
|
Why does the following setindex call allocate?
|
|
6
|
442
|
June 12, 2023
|
PyCall minimal overhead
|
|
15
|
2453
|
June 12, 2023
|
Performance of hasmethod vs try-catch on MethodError
|
|
22
|
1198
|
June 11, 2023
|
Minimizing PythonCall overhead with BenchmarkTools
|
|
4
|
312
|
June 9, 2023
|
VSCode server weirdly slow in SSH
|
|
1
|
1852
|
June 8, 2023
|
Using ntuple() in generated function
|
|
5
|
301
|
June 8, 2023
|
Optimal column to row major conversion
|
|
7
|
746
|
June 7, 2023
|
Speed-up graphical lasso code
|
|
0
|
260
|
June 7, 2023
|
GPU specifications -- what's the best GPU choice for diffeqGPUs?
|
|
9
|
485
|
June 7, 2023
|
How does `--heap_size_hint` relate to improvements for `Sys.total_memory()`?
|
|
0
|
247
|
June 7, 2023
|
Faster/performant interpolation of very big arrays
|
|
0
|
226
|
June 7, 2023
|
Is it possible to tune garbage collection for interactivity?
|
|
6
|
279
|
June 6, 2023
|
Inference in nested quadgk
|
|
0
|
202
|
June 6, 2023
|
Julia v1.8 -> v1.9 makes this code 1000x slower
|
|
6
|
571
|
June 6, 2023
|
Generate function that calls sequence of functions in order to avoid recompilation
|
|
3
|
204
|
June 6, 2023
|
Disappointing benchmark results with AMD Threadripper PRO 3975WX 32 Cores
|
|
10
|
737
|
June 6, 2023
|
Rollsum/cumulative optimisation
|
|
12
|
299
|
June 5, 2023
|
Error when processing data from file for linear regression
|
|
7
|
270
|
June 5, 2023
|
Learning Julia by an example of a simple Bayesian linear regression
|
|
10
|
1053
|
June 4, 2023
|
Time to create Union of types in Julia 1.9.0 vs Julia 1.8.5
|
|
4
|
559
|
June 2, 2023
|