|
Speeding up trig-heavy code
|
|
26
|
2061
|
January 2, 2026
|
|
Using Combinatorics: permutations much slower than copied source code
|
|
11
|
454
|
December 26, 2025
|
|
Static vectors of vectors slow?
|
|
3
|
238
|
December 24, 2025
|
|
Convert or Reinterpret Between NamedTuple and SVector
|
|
7
|
289
|
December 17, 2025
|
|
Very slow training of Neural ODE with exogeneous input compared to jax using dense interpolated solution
|
|
4
|
337
|
December 15, 2025
|
|
Static call at runtime
|
|
7
|
376
|
December 14, 2025
|
|
Understanding memory usage in Julia
|
|
23
|
3812
|
December 12, 2025
|
|
Improving Base.mapreduce by 20% on vectors
|
|
2
|
309
|
December 12, 2025
|
|
Performance challenge: can you write a faster sum?
|
|
32
|
2672
|
December 11, 2025
|
|
Help - not so zero-cost abstraction
|
|
11
|
628
|
December 10, 2025
|
|
Self-inflicted type proliferation
|
|
3
|
261
|
December 10, 2025
|
|
Extra line reduces run time by half, but why?
|
|
3
|
266
|
December 8, 2025
|
|
Multithreading non-contiguous mapreduction over huge matrices
|
|
5
|
220
|
December 8, 2025
|
|
`@allocated` vs `@allocations`
|
|
2
|
174
|
December 7, 2025
|
|
Understanding allocations when creating view of nested StructVector
|
|
1
|
77
|
December 2, 2025
|
|
Extremely long compilation times in GoogleColab for ModelingToolkit.jl and other Julia packages
|
|
6
|
302
|
November 30, 2025
|
|
Multi-threading Heisenbug: code is faster when profiled
|
|
5
|
435
|
November 28, 2025
|
|
Type Stabled Jacobian of a Hessian
|
|
3
|
217
|
November 28, 2025
|
|
Configuring the VS Code Julia Extension to Use a Custom Terminal Name
|
|
1
|
116
|
November 26, 2025
|
|
Query compiler's effect modeling
|
|
2
|
103
|
November 24, 2025
|
|
Dagger.jl optimising a two step matrix-vector multiplication
|
|
1
|
177
|
November 22, 2025
|
|
Best practices for optimization problems with ODE solves and eigen calls
|
|
12
|
446
|
November 21, 2025
|
|
Need memory and/or parallel optimization for pairwise distance metrics
|
|
25
|
655
|
November 19, 2025
|
|
GEMM kernel, cache oblivious, and Strassen
|
|
5
|
578
|
November 19, 2025
|
|
Linear Algebra Manipulations with Cholesky Factors
|
|
1
|
206
|
November 15, 2025
|
|
Automatically enable GC during JIT compile
|
|
2
|
144
|
November 15, 2025
|
|
Stochastic Gradient Descent (SGD) in julia?
|
|
3
|
239
|
November 13, 2025
|
|
Understanding "random" serialization when using @spawn in a "parallel region"
|
|
11
|
288
|
November 13, 2025
|
|
`rand(::MyType, N)` allocates a lot, how to define return type properly?
|
|
4
|
245
|
November 12, 2025
|
|
Backup 1 line when using readline()
|
|
1
|
149
|
November 12, 2025
|