Obtaining the type of the state object returned by Iterate
|
|
4
|
615
|
December 17, 2022
|
Slowdown with reinterpret
|
|
3
|
385
|
December 16, 2022
|
Accelerate computation of derivatives of vector field?
|
|
12
|
522
|
December 16, 2022
|
Try-catch statement really slow even if catch is never executed
|
|
9
|
2475
|
December 16, 2022
|
Performance optimization of a custom binning function
|
|
43
|
1038
|
December 15, 2022
|
Tail-call recursion
|
|
41
|
3966
|
December 15, 2022
|
Function that fixes an argument of another function
|
|
4
|
350
|
December 14, 2022
|
Fastest way to add arrays
|
|
12
|
777
|
December 14, 2022
|
Why `@nospecialize(ex)` in macros?
|
|
2
|
432
|
December 14, 2022
|
There is a huge difference in time consumption between calling a function sentence by sentence and calling the entire function at once
|
|
33
|
1191
|
December 13, 2022
|
Inplace multiplication of sub-matrices without allocations
|
|
12
|
1778
|
December 12, 2022
|
Why is a multi-argument inplace map much faster in this case than a broadcast?
|
|
16
|
692
|
December 12, 2022
|
@btime with local function --> not defined
|
|
3
|
1600
|
December 12, 2022
|
Can threads communicate with each other while in multithreading?
|
|
2
|
423
|
December 12, 2022
|
Using LinearMap with MPI.jl
|
|
5
|
505
|
December 11, 2022
|
Simple CRPS optimization
|
|
1
|
289
|
December 9, 2022
|
Reduce compilation time for long and nested tuples
|
|
4
|
965
|
December 9, 2022
|
How to easily troubleshoot type instability traps in complex code?
|
|
1
|
287
|
December 8, 2022
|
Is back propagation in Flux alway run on a single cpu core?
|
|
0
|
176
|
December 7, 2022
|
Type system debug bool to elide code based on function parameter
|
|
0
|
181
|
December 7, 2022
|
Array of union causing 10x slowdown
|
|
6
|
759
|
December 7, 2022
|
Dict doesn't reuse deleted slots?
|
|
1
|
425
|
December 7, 2022
|
Running a process on several nodes on cluster
|
|
12
|
1535
|
December 6, 2022
|
How To Avoiding Allocations in Static Structs
|
|
4
|
418
|
December 5, 2022
|
N-dimensional ConvLayer by scratch with all the bells and whistles but... super super slow :-/
|
|
5
|
367
|
December 5, 2022
|
Performant and user-friendly function only through metaprogramming?
|
|
1
|
330
|
December 5, 2022
|
@spawn and @async in producer-consumer problem
|
|
4
|
718
|
December 5, 2022
|
Optimize code by parallelization/GPU
|
|
8
|
564
|
October 12, 2022
|
Generating a sparse matrix from a piecewise function
|
|
2
|
418
|
December 2, 2022
|
In julia import Pkg failed to precompiling. Why and how to solve this problem?
|
|
1
|
354
|
December 1, 2022
|