Allocations even when using StaticArrays.jl
|
|
2
|
62
|
November 18, 2024
|
Allocations MVectors
|
|
10
|
74
|
October 27, 2024
|
Loop over array of static arrays
|
|
12
|
127
|
October 26, 2024
|
Allocations with StaticArrays and `+=` in Julia `v1.11`
|
|
6
|
331
|
October 26, 2024
|
Type alias interferes with construction
|
|
5
|
57
|
October 13, 2024
|
Block Diagonal Factorization Performance
|
|
1
|
196
|
September 25, 2024
|
Efficiently creating and updating a struct of SVectors
|
|
10
|
169
|
September 23, 2024
|
Fill SVector with uniformly sampled Float32 values
|
|
5
|
71
|
September 14, 2024
|
Correct way to benchmark StaticVectors
|
|
4
|
147
|
September 13, 2024
|
SVectors + @reset from Accessors: Strange Benchmarks
|
|
31
|
263
|
September 13, 2024
|
Allocation-free weighted samples
|
|
12
|
231
|
September 12, 2024
|
Clever design for basis arrays
|
|
3
|
128
|
September 6, 2024
|
Matrix of SVectors allocating
|
|
7
|
275
|
August 2, 2024
|
How do I convert a large Array to a StaticArray
|
|
8
|
140
|
August 22, 2024
|
Performance vs notation tradeoff: DataFrame vs AxisArray vs StaticArray vs?
|
|
2
|
229
|
August 20, 2024
|
Memory best practices in Julia with Arrays vs Vectors
|
|
19
|
518
|
August 18, 2024
|
StaticArray using generator
|
|
6
|
69
|
August 16, 2024
|
Wrapper type of static array, how to expose iterator
|
|
4
|
51
|
August 14, 2024
|
Ray Tracing in a week-end - Julia vs SIMD-optimized C++
|
|
81
|
13608
|
August 9, 2024
|
How to dispatch on an SVector?
|
|
2
|
88
|
August 5, 2024
|
Repeated contractions - Vector-of-StaticArrays vs HybridArrays.jl, discrepancy in performance between Float64 vs Float32
|
|
9
|
202
|
August 4, 2024
|
Issue with StaticArrays in Boundary Value Problems
|
|
2
|
395
|
June 28, 2024
|
Create SVector with one non-zero value
|
|
11
|
141
|
June 27, 2024
|
Understanding @report_code output
|
|
3
|
164
|
June 23, 2024
|
What's the deal with StaticArrays?
|
|
5
|
864
|
June 19, 2024
|
How to read a static array of a composite type
|
|
0
|
75
|
June 10, 2024
|
ForwardDiff.hessian! with StaticArrays, unexpected allocations and performance
|
|
4
|
185
|
May 13, 2024
|
Avoiding allocations when normalizing a vector
|
|
11
|
375
|
May 6, 2024
|
Static matrix with size 400
|
|
7
|
436
|
May 6, 2024
|
Static array or tuple allocate at construction
|
|
2
|
234
|
March 11, 2024
|