Accelerating calling a Julia function from Python via juliacall and ctypes
|
|
7
|
178
|
December 24, 2024
|
What is the most performant way to create an array of functions?
|
|
2
|
138
|
December 21, 2024
|
Getting rid of ForwardDiff.jacobian! allocations when using closures
|
|
6
|
168
|
December 19, 2024
|
Is there a specific reason why the const keyword cannot be used within the scope of a function?
|
|
4
|
140
|
December 19, 2024
|
Get long type information for struct definition
|
|
9
|
174
|
December 17, 2024
|
Improving Efficiency of Embarassingly Parallel Problem Using `Threads`
|
|
7
|
281
|
December 17, 2024
|
Creating an anonymous function at the local level. Conflict with const resulting in performance issues
|
|
4
|
76
|
December 17, 2024
|
Speeding up Zygote autodiff for numerical loop
|
|
13
|
315
|
December 16, 2024
|
LinearSolve.jl for many values of b?
|
|
2
|
401
|
December 16, 2024
|
A fast sum. Any downsides?
|
|
18
|
988
|
December 16, 2024
|
How to Efficiently Work with Floats Across a Wide Range of Precision?
|
|
4
|
227
|
December 16, 2024
|
Julia vs. Python Performance on package catch22: Why is Julia slower in this case and how can I improve it?
|
|
11
|
967
|
December 16, 2024
|
Does BitArraysX.jl or similar exist?
|
|
2
|
126
|
December 15, 2024
|
How to convert the python code to Julia
|
|
4
|
261
|
December 15, 2024
|
Uninvoked logging with interpolated string screws performance
|
|
2
|
41
|
December 13, 2024
|
Julia position in the Debian Benchmark Game can be improved, and categorization of some Julia there is unfair
|
|
29
|
1939
|
December 12, 2024
|
Memory Arena
|
|
1
|
205
|
December 12, 2024
|
Fastest Julia implementation for a cyclic convolution of real vectors
|
|
17
|
413
|
December 12, 2024
|
Not using PreallocationTools.jl correctly
|
|
11
|
258
|
December 12, 2024
|
Speeding up elementwise Vector-SparseMatrixCSC multiplication broadcasting
|
|
11
|
561
|
December 12, 2024
|
MKLSparse with AMD cpu
|
|
5
|
1753
|
December 11, 2024
|
Understanding multi-dimensional array indexing performance
|
|
7
|
195
|
December 11, 2024
|
Avoiding allocations and run-time dispatch with ForwardDiff
|
|
2
|
82
|
December 11, 2024
|
Accelerate column-wise subtraction of a vector to a matrix
|
|
10
|
180
|
December 10, 2024
|
Mutable structs with all constant fields outperform immutable structs for equality comparison
|
|
1
|
161
|
December 4, 2024
|
Simple recursive Fibonaci example. How to make it faster?
|
|
41
|
6955
|
December 5, 2024
|
OOM and saving solutions of `SDEProblem` only at specific timepoints
|
|
2
|
50
|
December 5, 2024
|
Numpy.sort vs Julia sort
|
|
10
|
1020
|
December 4, 2024
|
Experiments with LoopVectorization and convolutions
|
|
24
|
846
|
December 3, 2024
|
We love sorting -- latest news in sorting
|
|
1
|
509
|
December 3, 2024
|