Allocations with StaticArrays and `+=` in Julia `v1.11`
|
|
6
|
331
|
October 26, 2024
|
Rule of thumb to estimate theoretical lower bound on benchmarks?
|
|
4
|
143
|
October 25, 2024
|
@profile slows down MPI?
|
|
0
|
25
|
October 24, 2024
|
Type inference difference in `mapreduce(f, op, t)` vs `reduce(op, map(f, t))`
|
|
1
|
317
|
October 24, 2024
|
Performance comparison of a custom gcd() function in Julia, C, and Rust
|
|
7
|
274
|
October 23, 2024
|
Fast ways to check if an element is in a vector of vector of elements
|
|
20
|
213
|
October 23, 2024
|
Reshaped views might alias
|
|
5
|
124
|
October 23, 2024
|
What is the best way to re-use a temporary vector
|
|
16
|
288
|
October 22, 2024
|
Performance hacking `(&)(a::BitArray, b::BitArray)`
|
|
14
|
204
|
October 22, 2024
|
Strange performance of literal array constructor
|
|
5
|
55
|
October 22, 2024
|
Execution of active file in REPL does not work anymore
|
|
1
|
34
|
October 22, 2024
|
How to efficiently parse null as NaN in JSON?
|
|
1
|
39
|
October 22, 2024
|
Obtaining field values over an array of composite types
|
|
11
|
108
|
October 21, 2024
|
Performance hit of allocation regardless of size
|
|
7
|
191
|
October 21, 2024
|
Is the triple `@inbounds @fastmath @simd` necessary for absolute peak performance?
|
|
7
|
415
|
October 21, 2024
|
How can I allocate a buffer contains different types of data (for MPI communication, for example)?
|
|
10
|
93
|
October 20, 2024
|
Parallelized calls to Optim.optimize use the same number of threads as a single threaded call
|
|
4
|
46
|
October 16, 2024
|
PythonCall spends a lot of time showing stuff for JAX
|
|
3
|
183
|
October 15, 2024
|
Memory allocations when performing operation on Tuple of structs
|
|
9
|
166
|
October 15, 2024
|
Struct copy with change in the value of fields
|
|
7
|
2239
|
October 15, 2024
|
Near positive definite (NearPD) of a symmetric matrix in Julia
|
|
9
|
2770
|
October 15, 2024
|
A wrapper of two functions takes longer time to execute
|
|
4
|
116
|
October 15, 2024
|
Investigate long compile times
|
|
7
|
226
|
October 14, 2024
|
Performance issue with Vectors vs. 1 Column Matrices
|
|
8
|
211
|
October 13, 2024
|
Optimize Apache Arrow data streaming over HTTP
|
|
29
|
1134
|
October 12, 2024
|
Pre-allocating array efficiency
|
|
5
|
223
|
October 12, 2024
|
PythonCall.jl with CondaPkg.jl in MPI scenario
|
|
2
|
33
|
October 11, 2024
|
Vectorise summation over index in nested for loop
|
|
7
|
120
|
October 10, 2024
|
Type-instability of mapreduce vs. map + reduce
|
|
18
|
217
|
October 10, 2024
|
Julia Tab Completion is Slow in directories with many items
|
|
0
|
44
|
October 10, 2024
|