|
Typeof on Any vs Typeof on Union?
|
|
3
|
177
|
November 27, 2023
|
|
Speed of multiple dispatch
|
|
14
|
1257
|
November 27, 2023
|
|
Is there a possibility to prevent task switches in a block of code?
|
|
49
|
713
|
November 27, 2023
|
|
Is it possible to cut a vector into 2 pieces without allocations?
|
|
11
|
899
|
November 27, 2023
|
|
How can I use TimerOutputs.jl to time a function and its internal function calls in a package?
|
|
1
|
365
|
November 25, 2023
|
|
Accelerating linear algebra code and getting different results
|
|
5
|
400
|
November 24, 2023
|
|
JET `report_call` error on array.jl for `iterate(::DataType)` using `typeof`
|
|
0
|
172
|
November 24, 2023
|
|
Copying mutable structs without using deepcopy()
|
|
4
|
757
|
November 24, 2023
|
|
Optimizing Direct 2D Convolution Code
|
|
14
|
781
|
November 23, 2023
|
|
Run parrallel computing code
|
|
10
|
338
|
November 23, 2023
|
|
Speeding up a color transformation loop
|
|
29
|
960
|
November 23, 2023
|
|
Multi-threaded benchmarking is slow
|
|
12
|
722
|
November 21, 2023
|
|
Hash Collision in Memoization
|
|
10
|
488
|
November 20, 2023
|
|
Recommendation for CI benchmark to catch regression
|
|
6
|
971
|
November 19, 2023
|
|
Optimizing counting number of occurrences of a given number in an array
|
|
10
|
389
|
November 19, 2023
|
|
Speeding up `fit(Histogram)`
|
|
10
|
854
|
November 17, 2023
|
|
Performance Report: Effect of Reading CSV file on Mergeing two DataFrames
|
|
18
|
571
|
November 17, 2023
|
|
Sum of tuples are slow
|
|
12
|
1494
|
November 17, 2023
|
|
Improve speed of vector-jacobian product
|
|
2
|
529
|
November 16, 2023
|
|
Why does b *= A[r] allocate memory?
|
|
6
|
375
|
November 15, 2023
|
|
Translation of traditional ML models to neural network framework for acceleration?
|
|
5
|
561
|
November 14, 2023
|
|
Performance issue with multithreaded computation with matrix operations at its heart (Threads.@threads vs. BLAS threads)
|
|
7
|
442
|
November 13, 2023
|
|
Optimizing dynamical system in a network
|
|
15
|
368
|
November 13, 2023
|
|
Static Arrays Memory & Allocations
|
|
15
|
773
|
November 12, 2023
|
|
Broadcasting call to a vector-valued function
|
|
4
|
345
|
November 11, 2023
|
|
Taking advantage of Apple M1?
|
|
27
|
5612
|
November 10, 2023
|
|
Why does `mul!(u, A, v)` allocate when `A` is sparse and `u, v` are views?
|
|
9
|
632
|
November 10, 2023
|
|
Reduce memory allocated in array view and in place sum
|
|
12
|
755
|
November 10, 2023
|
|
Type Inference Issues in IterativeSolvers with LinearMaps
|
|
2
|
239
|
November 9, 2023
|
|
Mutable ProtoStruct beats Base Mutable Struct in microbenchmark...and then it is much slower in real program
|
|
9
|
402
|
November 9, 2023
|