About the Performance category
|
|
0
|
1808
|
October 13, 2017
|
(Unofficial) Julia 2.0/1.9 for lower latency (startup)
|
|
1
|
352
|
June 26, 2022
|
Efficient recursive iteration over self referencing struct
|
|
11
|
182
|
June 25, 2022
|
Do C++ performance optimisations apply to Julia?
|
|
28
|
1478
|
June 25, 2022
|
Does @simd hang Base.Threads.@spawn?
|
|
7
|
190
|
June 25, 2022
|
Variance-Covariance matrix with missing data
|
|
5
|
131
|
June 25, 2022
|
Efficient way to split string at specific index
|
|
19
|
219
|
June 24, 2022
|
Eigenvector for small non-Hermitian matrices
|
|
6
|
159
|
June 24, 2022
|
Type stability while looping over Tuple
|
|
6
|
104
|
June 24, 2022
|
Julia vs. Python: Euler's sum of powers conjecture
|
|
16
|
330
|
June 24, 2022
|
Solving Sparse Linear Systems fast
|
|
11
|
267
|
June 23, 2022
|
Efficiently resample a large vector?
|
|
5
|
151
|
June 23, 2022
|
Immutable struct with an Array slower than a constant global Array
|
|
14
|
259
|
June 23, 2022
|
2d finite differences implementation for a Numerical Analysis lecture
|
|
4
|
468
|
June 23, 2022
|
Radial Basis Finite Difference
|
|
2
|
219
|
June 22, 2022
|
LinearAlgebra.det and symbolic variables
|
|
6
|
150
|
June 22, 2022
|
Profiling compilation of a large generated expression?
|
|
4
|
63
|
June 22, 2022
|
Simple example of @threads
|
|
17
|
276
|
June 22, 2022
|
How to take full advantage of GPU Parallelism on Nested Sequential Data in Flux
|
|
5
|
77
|
June 21, 2022
|
Stop allocating memory when replacing structs in for-loops
|
|
5
|
127
|
June 21, 2022
|
There is a huge difference in time consumption between calling a function sentence by sentence and calling the entire function at once
|
|
26
|
528
|
June 21, 2022
|
Type-Instability Caused by Wrapping Type-Stable Function
|
|
2
|
105
|
June 20, 2022
|
Taking TTFX seriously: Can we make common packages faster to load and use
|
|
125
|
6692
|
June 20, 2022
|
Overcoming performance hit of accessing struct field
|
|
11
|
281
|
June 20, 2022
|
Massive performance penalty for Float16 compared to Float32
|
|
17
|
4713
|
June 20, 2022
|
Can macros also be precompiled?
|
|
4
|
88
|
June 19, 2022
|
Code in unexecuted if statement causes slowdown in other function
|
|
1
|
68
|
June 19, 2022
|
Initialize the julia runtime more than once within C++
|
|
5
|
185
|
June 18, 2022
|
Blend pmap with dynamic addprocs() rmprocs() on shared High Performance Computing Cluster
|
|
7
|
143
|
June 17, 2022
|
Why `count` is slower than my code?
|
|
7
|
254
|
June 16, 2022
|