|
Perplexing behavior when computing the matmul smoke test on GPU in Julia
|
|
5
|
366
|
December 3, 2023
|
|
Performance difference depending on order of comparison in loop
|
|
3
|
372
|
December 2, 2023
|
|
Avoiding small strings and using IOBuffer
|
|
7
|
639
|
December 1, 2023
|
|
Performance of streaming `mean`
|
|
4
|
256
|
December 1, 2023
|
|
Fastest algorithm for (xi - xj) * (yi - yj) for i in 1:n, j in 1:n
|
|
13
|
456
|
December 1, 2023
|
|
Sum an SVector skipping one element
|
|
7
|
322
|
November 30, 2023
|
|
What’s your secret in your uncanny ability to optimize code?
|
|
5
|
457
|
November 30, 2023
|
|
Jl_call - function call latency
|
|
5
|
359
|
November 29, 2023
|
|
How to execute tasks in parallel in a for loop
|
|
27
|
2362
|
November 29, 2023
|
|
Typeof on Any vs Typeof on Union?
|
|
3
|
185
|
November 27, 2023
|
|
Speed of multiple dispatch
|
|
14
|
1284
|
November 27, 2023
|
|
Is there a possibility to prevent task switches in a block of code?
|
|
49
|
829
|
November 27, 2023
|
|
Is it possible to cut a vector into 2 pieces without allocations?
|
|
11
|
949
|
November 27, 2023
|
|
How can I use TimerOutputs.jl to time a function and its internal function calls in a package?
|
|
1
|
379
|
November 25, 2023
|
|
Accelerating linear algebra code and getting different results
|
|
5
|
415
|
November 24, 2023
|
|
JET `report_call` error on array.jl for `iterate(::DataType)` using `typeof`
|
|
0
|
176
|
November 24, 2023
|
|
Copying mutable structs without using deepcopy()
|
|
4
|
813
|
November 24, 2023
|
|
Optimizing Direct 2D Convolution Code
|
|
14
|
811
|
November 23, 2023
|
|
Run parrallel computing code
|
|
10
|
353
|
November 23, 2023
|
|
Speeding up a color transformation loop
|
|
29
|
1038
|
November 23, 2023
|
|
Multi-threaded benchmarking is slow
|
|
12
|
740
|
November 21, 2023
|
|
Hash Collision in Memoization
|
|
10
|
539
|
November 20, 2023
|
|
Recommendation for CI benchmark to catch regression
|
|
6
|
995
|
November 19, 2023
|
|
Optimizing counting number of occurrences of a given number in an array
|
|
10
|
420
|
November 19, 2023
|
|
Speeding up `fit(Histogram)`
|
|
10
|
907
|
November 17, 2023
|
|
Performance Report: Effect of Reading CSV file on Mergeing two DataFrames
|
|
18
|
614
|
November 17, 2023
|
|
Sum of tuples are slow
|
|
12
|
1509
|
November 17, 2023
|
|
Improve speed of vector-jacobian product
|
|
2
|
544
|
November 16, 2023
|
|
Why does b *= A[r] allocate memory?
|
|
6
|
390
|
November 15, 2023
|
|
Translation of traditional ML models to neural network framework for acceleration?
|
|
5
|
575
|
November 14, 2023
|