|
Optimization of the use of observables and globals in Makie (from script to @main function)
|
|
3
|
159
|
December 29, 2024
|
|
Recursion base vs hand-made recursion
|
|
13
|
342
|
December 29, 2024
|
|
Julia runs slower after many loop iterations (solve ODE problem)
|
|
3
|
156
|
December 29, 2024
|
|
Accelerating calling a Julia function from Python via juliacall and ctypes
|
|
7
|
275
|
December 24, 2024
|
|
What is the most performant way to create an array of functions?
|
|
2
|
179
|
December 21, 2024
|
|
Getting rid of ForwardDiff.jacobian! allocations when using closures
|
|
6
|
247
|
December 19, 2024
|
|
Is there a specific reason why the const keyword cannot be used within the scope of a function?
|
|
4
|
254
|
December 19, 2024
|
|
Get long type information for struct definition
|
|
9
|
248
|
December 17, 2024
|
|
Improving Efficiency of Embarassingly Parallel Problem Using `Threads`
|
|
7
|
337
|
December 17, 2024
|
|
Creating an anonymous function at the local level. Conflict with const resulting in performance issues
|
|
4
|
126
|
December 17, 2024
|
|
Speeding up Zygote autodiff for numerical loop
|
|
13
|
410
|
December 16, 2024
|
|
LinearSolve.jl for many values of b?
|
|
2
|
435
|
December 16, 2024
|
|
A fast sum. Any downsides?
|
|
18
|
1132
|
December 16, 2024
|
|
How to Efficiently Work with Floats Across a Wide Range of Precision?
|
|
4
|
292
|
December 16, 2024
|
|
Julia vs. Python Performance on package catch22: Why is Julia slower in this case and how can I improve it?
|
|
11
|
1116
|
December 16, 2024
|
|
Does BitArraysX.jl or similar exist?
|
|
2
|
155
|
December 15, 2024
|
|
How to convert the python code to Julia
|
|
4
|
307
|
December 15, 2024
|
|
Uninvoked logging with interpolated string screws performance
|
|
2
|
63
|
December 13, 2024
|
|
Julia position in the Debian Benchmark Game can be improved, and categorization of some Julia there is unfair
|
|
29
|
2214
|
December 12, 2024
|
|
Memory Arena
|
|
1
|
296
|
December 12, 2024
|
|
Fastest Julia implementation for a cyclic convolution of real vectors
|
|
17
|
623
|
December 12, 2024
|
|
Not using PreallocationTools.jl correctly
|
|
11
|
380
|
December 12, 2024
|
|
Speeding up elementwise Vector-SparseMatrixCSC multiplication broadcasting
|
|
11
|
633
|
December 12, 2024
|
|
MKLSparse with AMD cpu
|
|
5
|
1807
|
December 11, 2024
|
|
Understanding multi-dimensional array indexing performance
|
|
7
|
273
|
December 11, 2024
|
|
Avoiding allocations and run-time dispatch with ForwardDiff
|
|
2
|
121
|
December 11, 2024
|
|
Accelerate column-wise subtraction of a vector to a matrix
|
|
10
|
243
|
December 10, 2024
|
|
Mutable structs with all constant fields outperform immutable structs for equality comparison
|
|
1
|
199
|
December 4, 2024
|
|
Simple recursive Fibonaci example. How to make it faster?
|
|
41
|
7269
|
December 5, 2024
|
|
OOM and saving solutions of `SDEProblem` only at specific timepoints
|
|
2
|
73
|
December 5, 2024
|