|
Huge RAM usage with JumpProcesses.jl
|
|
13
|
308
|
November 11, 2024
|
|
Efficiency of Multiple Dispatch
|
|
3
|
257
|
November 10, 2024
|
|
Slicing array on julia 4000ms vs c++ 400ms
|
|
24
|
889
|
November 10, 2024
|
|
LinearAlgebra.mul! for complex vectors very slow on Apple Silicon
|
|
5
|
497
|
November 8, 2024
|
|
Is it possible to avoid these excess allocations when using @batch or @threads?
|
|
4
|
200
|
November 8, 2024
|
|
How to know when objects are stack or heap allocated
|
|
7
|
1346
|
November 8, 2024
|
|
Spooky allocations - linked to Varargs?
|
|
8
|
183
|
November 7, 2024
|
|
Implementation of Periodic Boundary Conditions
|
|
10
|
737
|
November 7, 2024
|
|
Is `empty!` O(1)?
|
|
4
|
241
|
November 7, 2024
|
|
A chainrule for multi-threaded map
|
|
3
|
154
|
November 7, 2024
|
|
Why does `A .= sign.(view(A, diagind(A))) .* A` allocate?
|
|
9
|
211
|
November 6, 2024
|
|
Documenter.jl is not documenting any changes
|
|
17
|
1447
|
November 6, 2024
|
|
Are there any plans to improve the composability of @batch and/or reduce overhead of @threads?
|
|
2
|
164
|
November 5, 2024
|
|
Faster conversion from boolean `SparseMatrixCSC` to `BitMatrix`
|
|
11
|
327
|
November 5, 2024
|
|
Fragile type inference in custom getproperty()
|
|
1
|
107
|
November 5, 2024
|
|
Array of Structs vs Structs of Arrays
|
|
2
|
382
|
November 4, 2024
|
|
Using @fastmath
|
|
1
|
147
|
November 3, 2024
|
|
Passing Constants into Functions as local variables vs default parameters or global constants
|
|
7
|
187
|
November 3, 2024
|
|
`minimum()` 3x - 6x slower than `numpy.min()`
|
|
16
|
619
|
November 2, 2024
|
|
What's recommended literature on high-performance Julia?
|
|
6
|
579
|
November 2, 2024
|
|
Why this function involving eachslice is type unstable?
|
|
2
|
155
|
November 1, 2024
|
|
Performance benefits of writing getters for struct fields
|
|
2
|
144
|
October 31, 2024
|
|
A function return type of `::AbstractArray{AbstractString}` causes a performance penalty?
|
|
15
|
272
|
October 31, 2024
|
|
RFC: macro for checking that a struct is concretely typed
|
|
10
|
341
|
October 31, 2024
|
|
Very Slow `DBInterface.execute` on large duckdb relative to R
|
|
4
|
224
|
October 30, 2024
|
|
Pointer to stackframe in Julia, VLA/alloca-like; with e.g. StaticString.jl
|
|
5
|
144
|
October 30, 2024
|
|
Why does a vector with 10 times more elements takes 2x-5x less time to pre-allocate?
|
|
14
|
482
|
October 30, 2024
|
|
The One Billion Row Challenge
|
|
29
|
2918
|
October 30, 2024
|
|
Optimizing a puzzle from the Balatro game: discarding part of a poker hand to get a pair
|
|
14
|
736
|
October 30, 2024
|
|
10x faster sortperm()
|
|
10
|
2872
|
October 29, 2024
|