Run parrallel computing code
|
|
10
|
298
|
November 23, 2023
|
Speeding up a color transformation loop
|
|
29
|
868
|
November 23, 2023
|
Multi-threaded benchmarking is slow
|
|
12
|
697
|
November 21, 2023
|
Hash Collision in Memoization
|
|
10
|
453
|
November 20, 2023
|
Recommendation for CI benchmark to catch regression
|
|
6
|
939
|
November 19, 2023
|
Optimizing counting number of occurrences of a given number in an array
|
|
10
|
342
|
November 19, 2023
|
Speeding up `fit(Histogram)`
|
|
10
|
787
|
November 17, 2023
|
Performance Report: Effect of Reading CSV file on Mergeing two DataFrames
|
|
18
|
488
|
November 17, 2023
|
Sum of tuples are slow
|
|
12
|
1457
|
November 17, 2023
|
Improve speed of vector-jacobian product
|
|
2
|
505
|
November 16, 2023
|
Why does b *= A[r] allocate memory?
|
|
6
|
358
|
November 15, 2023
|
Translation of traditional ML models to neural network framework for acceleration?
|
|
5
|
541
|
November 14, 2023
|
Performance issue with multithreaded computation with matrix operations at its heart (Threads.@threads vs. BLAS threads)
|
|
7
|
415
|
November 13, 2023
|
Optimizing dynamical system in a network
|
|
15
|
321
|
November 13, 2023
|
Static Arrays Memory & Allocations
|
|
15
|
721
|
November 12, 2023
|
Broadcasting call to a vector-valued function
|
|
4
|
319
|
November 11, 2023
|
Taking advantage of Apple M1?
|
|
27
|
5498
|
November 10, 2023
|
Why does `mul!(u, A, v)` allocate when `A` is sparse and `u, v` are views?
|
|
9
|
608
|
November 10, 2023
|
Reduce memory allocated in array view and in place sum
|
|
12
|
712
|
November 10, 2023
|
Type Inference Issues in IterativeSolvers with LinearMaps
|
|
2
|
225
|
November 9, 2023
|
Mutable ProtoStruct beats Base Mutable Struct in microbenchmark...and then it is much slower in real program
|
|
9
|
372
|
November 9, 2023
|
Setting the display order of entries in (unordered) Dict
|
|
2
|
375
|
November 8, 2023
|
Help fixing a huge amount of rerecompilation time when using ODBC.jl
|
|
6
|
309
|
November 8, 2023
|
GC occurs at the worst time in tight loop (Garbage Collection)
|
|
93
|
3360
|
November 7, 2023
|
SIMD struggles, seeking solutions (with KangarooTwelve.jl)
|
|
23
|
908
|
November 7, 2023
|
[Documenter] docstrings not included in the manual
|
|
1
|
1267
|
November 5, 2023
|
Funny Benchmark with Julia (no longer) at the bottom
|
|
149
|
6084
|
November 4, 2023
|
Code optimization using SIMD or LoopVectorization
|
|
7
|
363
|
November 4, 2023
|
What is happening with the nightly precompile cache?
|
|
1
|
401
|
November 3, 2023
|
Avoid Dynamic Dispatch
|
|
2
|
271
|
November 2, 2023
|