Compiler performance regression
|
|
4
|
180
|
February 10, 2025
|
Reduce allocations & lock conflicts and speed up when using multithreads
|
|
1
|
101
|
February 10, 2025
|
Performance Difference in Matrix Multiplication with Symmetric Matrices
|
|
3
|
94
|
February 10, 2025
|
Speed of ldiv! for banded matrices in BandedMatrices.jl
|
|
2
|
113
|
February 9, 2025
|
How to make splat, map and tuples be efficient
|
|
3
|
146
|
February 7, 2025
|
Reducing RAM usage when solving large set of differential equations
|
|
5
|
142
|
February 6, 2025
|
How to quantitatively analyze the impact of memory bandwidth on multithreading
|
|
10
|
173
|
February 6, 2025
|
FFTW scales pretty well (some @btime benchmarks)
|
|
1
|
1711
|
February 4, 2025
|
Multi-thread speed in very large vectors
|
|
11
|
372
|
February 3, 2025
|
Most recent binary artifact (GMT_jll) is not being updated, nor installed on fresh installs of GMT.jl
|
|
6
|
66
|
February 2, 2025
|
What is the best way to get a running matrix-product over a large 3D array
|
|
9
|
194
|
February 2, 2025
|
Unclear allocation behaviour with built-in sum()
|
|
4
|
201
|
February 2, 2025
|
Literate.jl, Documenter.jl, GLMakie.jl and GitHub
|
|
15
|
273
|
January 31, 2025
|
Parallel computing doesn't work in my case?
|
|
4
|
132
|
January 30, 2025
|
Packing and unpacking an array of N-bit ints
|
|
5
|
138
|
January 27, 2025
|
Understanding `Base.findall` and customizing it
|
|
2
|
112
|
January 26, 2025
|
Dict with integer keys and fastest insertion?
|
|
8
|
248
|
January 25, 2025
|
Sum over tuple slower than sum over array
|
|
3
|
163
|
January 24, 2025
|
Intriguing performance comparison results.... threads, comprehensions, etc
|
|
11
|
320
|
January 23, 2025
|
Calculating "triple" dot products
|
|
14
|
326
|
January 22, 2025
|
Benchmarking function compile time
|
|
10
|
246
|
January 22, 2025
|
Why is LoopVectorization deprecated?
|
|
139
|
14182
|
January 22, 2025
|
Abysmal performance when reading block of data from disk with Julia
|
|
15
|
363
|
January 21, 2025
|
Create_library method not exporting the ccallable function
|
|
0
|
31
|
January 20, 2025
|
Simple, understandable iterator
|
|
0
|
136
|
January 20, 2025
|
@threads in for loop and push! in if statement
|
|
6
|
112
|
January 20, 2025
|
Poor parallel speedup
|
|
2
|
227
|
January 17, 2025
|
Create executable file to be used in another julia project
|
|
8
|
363
|
January 16, 2025
|
Parallel Assembly of Matrices in FEM
|
|
8
|
361
|
January 16, 2025
|
How slow is runtime dispatch, anyway? Benchmark attempts
|
|
8
|
327
|
January 15, 2025
|