Efficiently resample a large vector?
|
|
5
|
593
|
June 23, 2022
|
Immutable struct with an Array slower than a constant global Array
|
|
14
|
592
|
June 23, 2022
|
2d finite differences implementation for a Numerical Analysis lecture
|
|
4
|
2237
|
June 23, 2022
|
Radial Basis Finite Difference
|
|
2
|
383
|
June 22, 2022
|
LinearAlgebra.det and symbolic variables
|
|
6
|
868
|
June 22, 2022
|
Profiling compilation of a large generated expression?
|
|
4
|
388
|
June 22, 2022
|
Simple example of @threads
|
|
17
|
827
|
June 22, 2022
|
Stop allocating memory when replacing structs in for-loops
|
|
5
|
529
|
June 21, 2022
|
Type-Instability Caused by Wrapping Type-Stable Function
|
|
2
|
363
|
June 20, 2022
|
Taking TTFX seriously: Can we make common packages faster to load and use
|
|
125
|
11649
|
June 20, 2022
|
Overcoming performance hit of accessing struct field
|
|
11
|
577
|
June 20, 2022
|
Massive performance penalty for Float16 compared to Float32
|
|
17
|
8083
|
June 20, 2022
|
Can macros also be precompiled?
|
|
4
|
331
|
June 19, 2022
|
Code in unexecuted if statement causes slowdown in other function
|
|
1
|
258
|
June 19, 2022
|
Initialize the julia runtime more than once within C++
|
|
5
|
908
|
June 18, 2022
|
Blend pmap with dynamic addprocs() rmprocs() on shared High Performance Computing Cluster
|
|
7
|
495
|
June 17, 2022
|
Why `count` is slower than my code?
|
|
7
|
670
|
June 16, 2022
|
Yield() not behaving as expected
|
|
2
|
673
|
June 15, 2022
|
Zygote very slow relative to ForwardDiff?
|
|
1
|
499
|
June 15, 2022
|
`sort!()` and `sort()` give me runtime dispatches
|
|
1
|
897
|
June 15, 2022
|
Accelerate autodiff in Zygote.jl
|
|
9
|
1081
|
June 15, 2022
|
How to efficiently sort subarrays of 2 large arrays in parallel?
|
|
0
|
347
|
June 14, 2022
|
Type of real part (of complex array element)
|
|
8
|
1870
|
June 14, 2022
|
"Optional" in-place output arguments
|
|
31
|
1284
|
June 13, 2022
|
Unexpected allocation at each loop iteration
|
|
8
|
394
|
June 11, 2022
|
View or copy: looking for an overview
|
|
8
|
580
|
June 9, 2022
|
Is this a good illustration of the principle "Don't store fields you can compute on demand"?
|
|
6
|
392
|
June 9, 2022
|
Test of expand and substitute in Symbolics.jl, SymEngine.jl and Mathematica
|
|
18
|
1048
|
June 9, 2022
|
Reinterpret to non bits type
|
|
41
|
1502
|
June 8, 2022
|
Type Sudoku (test if object is a struct)
|
|
21
|
1456
|
June 8, 2022
|