About the Performance category
|
|
0
|
3004
|
October 13, 2017
|
What is the most performant way to create an array of functions?
|
|
2
|
35
|
December 21, 2024
|
Getting rid of ForwardDiff.jacobian! allocations when using closures
|
|
6
|
116
|
December 19, 2024
|
Is there a specific reason why the const keyword cannot be used within the scope of a function?
|
|
4
|
86
|
December 19, 2024
|
Get long type information for struct definition
|
|
9
|
142
|
December 17, 2024
|
Improving Efficiency of Embarassingly Parallel Problem Using `Threads`
|
|
7
|
236
|
December 17, 2024
|
Creating an anonymous function at the local level. Conflict with const resulting in performance issues
|
|
4
|
58
|
December 17, 2024
|
Speeding up Zygote autodiff for numerical loop
|
|
13
|
268
|
December 16, 2024
|
LinearSolve.jl for many values of b?
|
|
2
|
380
|
December 16, 2024
|
A fast sum. Any downsides?
|
|
18
|
835
|
December 16, 2024
|
How to Efficiently Work with Floats Across a Wide Range of Precision?
|
|
4
|
165
|
December 16, 2024
|
Julia vs. Python Performance on package catch22: Why is Julia slower in this case and how can I improve it?
|
|
11
|
825
|
December 16, 2024
|
Does BitArraysX.jl or similar exist?
|
|
2
|
108
|
December 15, 2024
|
How to convert the python code to Julia
|
|
4
|
234
|
December 15, 2024
|
When does @inbounds increase performance?
|
|
10
|
444
|
December 15, 2024
|
Uninvoked logging with interpolated string screws performance
|
|
2
|
40
|
December 13, 2024
|
Julia position in the Debian Benchmark Game can be improved, and categorization of some Julia there is unfair
|
|
29
|
1793
|
December 12, 2024
|
Memory Arena
|
|
1
|
123
|
December 12, 2024
|
Fastest Julia implementation for a cyclic convolution of real vectors
|
|
17
|
351
|
December 12, 2024
|
Not using PreallocationTools.jl correctly
|
|
11
|
193
|
December 12, 2024
|
Speeding up elementwise Vector-SparseMatrixCSC multiplication broadcasting
|
|
11
|
503
|
December 12, 2024
|
MKLSparse with AMD cpu
|
|
5
|
1665
|
December 11, 2024
|
Understanding multi-dimensional array indexing performance
|
|
7
|
155
|
December 11, 2024
|
Avoiding allocations and run-time dispatch with ForwardDiff
|
|
2
|
59
|
December 11, 2024
|
Accelerate column-wise subtraction of a vector to a matrix
|
|
10
|
150
|
December 10, 2024
|
Mutable structs with all constant fields outperform immutable structs for equality comparison
|
|
1
|
148
|
December 4, 2024
|
Simple recursive Fibonaci example. How to make it faster?
|
|
41
|
6724
|
December 5, 2024
|
OOM and saving solutions of `SDEProblem` only at specific timepoints
|
|
2
|
33
|
December 5, 2024
|
Broadcasting performance
|
|
8
|
277
|
December 5, 2024
|
Numpy.sort vs Julia sort
|
|
10
|
677
|
December 4, 2024
|