Are there any plans to improve the composability of @batch and/or reduce overhead of @threads?
|
|
2
|
116
|
November 5, 2024
|
Faster conversion from boolean `SparseMatrixCSC` to `BitMatrix`
|
|
11
|
144
|
November 5, 2024
|
Why JLD2.jl is 40x slower than Arrow.jl
|
|
23
|
440
|
November 5, 2024
|
Fragile type inference in custom getproperty()
|
|
1
|
53
|
November 5, 2024
|
Making Jacobi symbol function faster
|
|
11
|
119
|
November 4, 2024
|
Array of Structs vs Structs of Arrays
|
|
2
|
106
|
November 4, 2024
|
Using @fastmath
|
|
1
|
89
|
November 3, 2024
|
Passing Constants into Functions as local variables vs default parameters or global constants
|
|
7
|
103
|
November 3, 2024
|
`minimum()` 3x - 6x slower than `numpy.min()`
|
|
16
|
509
|
November 2, 2024
|
What's recommended literature on high-performance Julia?
|
|
6
|
195
|
November 2, 2024
|
Why this function involving eachslice is type unstable?
|
|
2
|
92
|
November 1, 2024
|
Performance benefits of writing getters for struct fields
|
|
2
|
78
|
October 31, 2024
|
A function return type of `::AbstractArray{AbstractString}` causes a performance penalty?
|
|
15
|
117
|
October 31, 2024
|
RFC: macro for checking that a struct is concretely typed
|
|
10
|
206
|
October 31, 2024
|
Very Slow `DBInterface.execute` on large duckdb relative to R
|
|
4
|
92
|
October 30, 2024
|
Pointer to stackframe in Julia, VLA/alloca-like; with e.g. StaticString.jl
|
|
5
|
44
|
October 30, 2024
|
Why does a vector with 10 times more elements takes 2x-5x less time to pre-allocate?
|
|
14
|
333
|
October 30, 2024
|
The One Billion Row Challenge
|
|
29
|
2237
|
October 30, 2024
|
Faster `findmin` without LoopVectorization.jl
|
|
34
|
571
|
October 30, 2024
|
Optimizing a puzzle from the Balatro game: discarding part of a poker hand to get a pair
|
|
14
|
172
|
October 30, 2024
|
10x faster sortperm()
|
|
10
|
2576
|
October 29, 2024
|
Argmax over columns of a large matrix
|
|
2
|
56
|
October 29, 2024
|
Avoid allocations in retrieving array parts
|
|
2
|
49
|
October 29, 2024
|
JumpProcesses.jl solvers
|
|
4
|
72
|
October 28, 2024
|
`ifelse(x<y, x, y)` much faster than `min()`
|
|
16
|
363
|
October 28, 2024
|
Can't convert from Irish to British grid using CoordRefSystems
|
|
1
|
50
|
October 28, 2024
|
Most Efficient Way to Compute a Quadratic Matrix Form
|
|
15
|
4075
|
October 27, 2024
|
Allocations MVectors
|
|
10
|
74
|
October 27, 2024
|
Loop over array of static arrays
|
|
12
|
127
|
October 26, 2024
|
What is a good design for a settable global with a known type?
|
|
4
|
93
|
October 26, 2024
|