Very Slow `DBInterface.execute` on large duckdb relative to R
|
|
4
|
152
|
October 30, 2024
|
Pointer to stackframe in Julia, VLA/alloca-like; with e.g. StaticString.jl
|
|
5
|
82
|
October 30, 2024
|
Why does a vector with 10 times more elements takes 2x-5x less time to pre-allocate?
|
|
14
|
381
|
October 30, 2024
|
The One Billion Row Challenge
|
|
29
|
2554
|
October 30, 2024
|
Optimizing a puzzle from the Balatro game: discarding part of a poker hand to get a pair
|
|
14
|
550
|
October 30, 2024
|
10x faster sortperm()
|
|
10
|
2720
|
October 29, 2024
|
Argmax over columns of a large matrix
|
|
2
|
100
|
October 29, 2024
|
Avoid allocations in retrieving array parts
|
|
2
|
52
|
October 29, 2024
|
JumpProcesses.jl solvers
|
|
4
|
79
|
October 28, 2024
|
`ifelse(x<y, x, y)` much faster than `min()`
|
|
16
|
411
|
October 28, 2024
|
Can't convert from Irish to British grid using CoordRefSystems
|
|
1
|
59
|
October 28, 2024
|
Most Efficient Way to Compute a Quadratic Matrix Form
|
|
15
|
4369
|
October 27, 2024
|
Allocations MVectors
|
|
10
|
135
|
October 27, 2024
|
Loop over array of static arrays
|
|
12
|
168
|
October 26, 2024
|
What is a good design for a settable global with a known type?
|
|
4
|
113
|
October 26, 2024
|
Allocations with StaticArrays and `+=` in Julia `v1.11`
|
|
6
|
357
|
October 26, 2024
|
Rule of thumb to estimate theoretical lower bound on benchmarks?
|
|
4
|
158
|
October 25, 2024
|
@profile slows down MPI?
|
|
0
|
34
|
October 24, 2024
|
Type inference difference in `mapreduce(f, op, t)` vs `reduce(op, map(f, t))`
|
|
1
|
329
|
October 24, 2024
|
Performance comparison of a custom gcd() function in Julia, C, and Rust
|
|
7
|
323
|
October 23, 2024
|
Fast ways to check if an element is in a vector of vector of elements
|
|
20
|
640
|
October 23, 2024
|
Reshaped views might alias
|
|
5
|
146
|
October 23, 2024
|
What is the best way to re-use a temporary vector
|
|
16
|
342
|
October 22, 2024
|
Performance hacking `(&)(a::BitArray, b::BitArray)`
|
|
14
|
244
|
October 22, 2024
|
Strange performance of literal array constructor
|
|
5
|
65
|
October 22, 2024
|
Execution of active file in REPL does not work anymore
|
|
1
|
108
|
October 22, 2024
|
How to efficiently parse null as NaN in JSON?
|
|
1
|
92
|
October 22, 2024
|
Obtaining field values over an array of composite types
|
|
11
|
131
|
October 21, 2024
|
Performance hit of allocation regardless of size
|
|
7
|
210
|
October 21, 2024
|
Is the triple `@inbounds @fastmath @simd` necessary for absolute peak performance?
|
|
7
|
501
|
October 21, 2024
|