Taking power with float exponent x^y is slower than exp(y*log(x))?
|
|
8
|
343
|
September 11, 2025
|
Strange slowdown with @threads :greedy with BigInts
|
|
7
|
135
|
September 9, 2025
|
Error in program for coupled PDE
|
|
0
|
60
|
September 8, 2025
|
`log` calling `fma_emulated` on hardware that doesn't need it
|
|
2
|
90
|
September 7, 2025
|
Why does `Union{Int,...}` in a `Vector` not cause allocations but `Union{Float64,...}` does?
|
|
8
|
165
|
September 3, 2025
|
Multi-threaded processing of a Dict
|
|
8
|
199
|
September 1, 2025
|
SIMD.jl - vload() continuous blocks from higher-dimensional arrays?
|
|
4
|
130
|
August 31, 2025
|
Using control flow in Reactant
|
|
4
|
102
|
August 29, 2025
|
Large execution time jumps
|
|
2
|
118
|
August 29, 2025
|
Using Reactant with Lux and Enzyme to speed up training in physics context
|
|
16
|
230
|
August 28, 2025
|
Performance of `exp(A)` for 9x9 anti-Hermitian matrix: Julia vs. PyTorch vs. MATLAB (CPU & GPU)
|
|
29
|
1120
|
August 28, 2025
|
Latex fonts on axis and labels in Makie
|
|
7
|
145
|
August 27, 2025
|
Dagger not fully utilizing CPU cores
|
|
5
|
206
|
August 21, 2025
|
When does it make sense to use `Base.MultiplicativeInverses`
|
|
6
|
122
|
August 19, 2025
|
ODBC querying Snowflake is super slow
|
|
3
|
97
|
August 19, 2025
|
Need perf help on paralel var
|
|
4
|
67
|
August 19, 2025
|
Abusing `convert` as an alternative to `Union{Nothing, Int64}`
|
|
15
|
407
|
August 19, 2025
|
Regular println vs Core.stdout
|
|
10
|
272
|
August 19, 2025
|
DistributedNext FYI
|
|
0
|
98
|
August 19, 2025
|
Using particle filter to estimate the state through the observations of another parameter that depends on state
|
|
1
|
75
|
August 19, 2025
|
Thread safe memoization
|
|
17
|
233
|
August 18, 2025
|
Parallel Processing and Eigenvalue calculation
|
|
2
|
114
|
August 18, 2025
|
Strategy to get best performance with @turbo and multithreading in real applications?
|
|
3
|
106
|
August 18, 2025
|
Help to build a django-like orm in julia
|
|
7
|
738
|
August 17, 2025
|
Why has simple threading using `threadid` become so complex in v1.12...?
|
|
39
|
1341
|
August 15, 2025
|
No more threadid indexing? [thread-local storage]
|
|
36
|
1089
|
August 15, 2025
|
Strange GC issue on Julia 1.12-rc1
|
|
9
|
421
|
August 12, 2025
|
Struct copy with change in the value of fields
|
|
8
|
2435
|
August 14, 2025
|
Broad phase Collision detection: Bitboard approach
|
|
30
|
243
|
August 12, 2025
|
Help with optimising a simple function
|
|
21
|
390
|
August 8, 2025
|