Avoid Dynamic Dispatch
|
|
2
|
250
|
November 2, 2023
|
Good Julia function / algorithm idea to find the nearest node to a given point location based on some given road network (for example, open street map data)?
|
|
12
|
1532
|
October 31, 2023
|
Any package or provision to suggest alternative/fast code
|
|
4
|
334
|
October 31, 2023
|
Why do these allocate?!
|
|
4
|
379
|
October 28, 2023
|
Speeding up the calculation of Liouville function
|
|
4
|
411
|
October 27, 2023
|
Stdout appears as type instable
|
|
6
|
241
|
October 27, 2023
|
Appropriate warning for size using code_warntype
|
|
2
|
199
|
October 27, 2023
|
How to improve the implementation of a function involving a numerical integration?
|
|
7
|
638
|
October 27, 2023
|
Optimizing Complex Batch Matrix Multiplication
|
|
2
|
399
|
October 25, 2023
|
Compilation options for Downfall mitigation
|
|
4
|
815
|
October 25, 2023
|
About In-line-fft
|
|
6
|
661
|
October 24, 2023
|
How to use multithreading appropriately?
|
|
6
|
444
|
October 23, 2023
|
The Optimization Problem with Nested Loops in Julia
|
|
8
|
702
|
October 23, 2023
|
Best way to count element pairs (x,y) satisfying a condition?
|
|
19
|
512
|
October 22, 2023
|
How to control options for displaying table in Weave.jl?
|
|
0
|
212
|
October 21, 2023
|
2D Interpolation on an irregular grid
|
|
8
|
1479
|
October 20, 2023
|
PiNN model not working with an LSTM layer
|
|
0
|
306
|
October 20, 2023
|
MPI + Multithreading with ParallelStencil.jl + ImplicitGlobalGrid.jl
|
|
4
|
401
|
October 19, 2023
|
Relocation issue during create_sysimage() of large libraries of code (Flux, FastAI, Cairo)
|
|
0
|
158
|
October 18, 2023
|
Avoid allocations on broadcasted getindex()
|
|
2
|
209
|
October 18, 2023
|
Help to build a django-like orm in julia
|
|
4
|
493
|
October 17, 2023
|
Penalty for not defining mutable struct fields types
|
|
10
|
262
|
October 16, 2023
|
Tasks booted to efficiency cores when not in foreground or rendered on the screen
|
|
2
|
298
|
October 15, 2023
|
How to target Intel performance cores only in multithreading
|
|
4
|
984
|
October 15, 2023
|
Why does this Python code performs three times faster than Julia?
|
|
22
|
1312
|
October 13, 2023
|
Tune Metropolis-Hastings (normal distribution) scale parameters (and algorithms parameters in general)
|
|
10
|
680
|
October 13, 2023
|
Training a LSTM model for time series, lack of performance
|
|
9
|
572
|
October 13, 2023
|
Static HMC mass matrix/metric parameter
|
|
0
|
251
|
October 13, 2023
|
What is the most idiomatic way to allocate a (reusable) buffer for a function?
|
|
10
|
357
|
October 12, 2023
|
Call function on vectors of mixed type (using `FunctionWrapper` and `Union`s)
|
|
2
|
243
|
October 12, 2023
|