|
Check if is folder empty
|
|
3
|
184
|
November 18, 2024
|
|
Allocations even when using StaticArrays.jl
|
|
2
|
96
|
November 18, 2024
|
|
Can the overhead of `myT{<:T}` compared to `myT{T}`, where `T` is a concrete type, be avoided?
|
|
3
|
172
|
November 17, 2024
|
|
Creating an Iterable of Dicts
|
|
15
|
314
|
November 16, 2024
|
|
Dimension mismatch error
|
|
10
|
235
|
November 15, 2024
|
|
Why/where does this allocate?
|
|
10
|
382
|
November 15, 2024
|
|
Improving parallel loop performance by using `numpy` for allocations
|
|
11
|
597
|
November 14, 2024
|
|
Why the compiler can't optimize this simple code?
|
|
20
|
789
|
November 14, 2024
|
|
Push! and insert! very slow? (julia 1.11) (EDIT: No; just one-time allocations.)
|
|
21
|
462
|
November 12, 2024
|
|
How to (efficiently) filter a file/stream on-the-fly?
|
|
6
|
286
|
November 12, 2024
|
|
Huge RAM usage with JumpProcesses.jl
|
|
13
|
258
|
November 11, 2024
|
|
Efficiency of Multiple Dispatch
|
|
3
|
232
|
November 10, 2024
|
|
Slicing array on julia 4000ms vs c++ 400ms
|
|
24
|
806
|
November 10, 2024
|
|
LinearAlgebra.mul! for complex vectors very slow on Apple Silicon
|
|
5
|
434
|
November 8, 2024
|
|
Is it possible to avoid these excess allocations when using @batch or @threads?
|
|
4
|
181
|
November 8, 2024
|
|
How to know when objects are stack or heap allocated
|
|
7
|
1256
|
November 8, 2024
|
|
Spooky allocations - linked to Varargs?
|
|
8
|
159
|
November 7, 2024
|
|
Implementation of Periodic Boundary Conditions
|
|
10
|
606
|
November 7, 2024
|
|
Is `empty!` O(1)?
|
|
4
|
216
|
November 7, 2024
|
|
A chainrule for multi-threaded map
|
|
3
|
138
|
November 7, 2024
|
|
Why does `A .= sign.(view(A, diagind(A))) .* A` allocate?
|
|
9
|
180
|
November 6, 2024
|
|
Documenter.jl is not documenting any changes
|
|
17
|
1397
|
November 6, 2024
|
|
Are there any plans to improve the composability of @batch and/or reduce overhead of @threads?
|
|
2
|
150
|
November 5, 2024
|
|
Faster conversion from boolean `SparseMatrixCSC` to `BitMatrix`
|
|
11
|
268
|
November 5, 2024
|
|
Fragile type inference in custom getproperty()
|
|
1
|
90
|
November 5, 2024
|
|
Array of Structs vs Structs of Arrays
|
|
2
|
291
|
November 4, 2024
|
|
Using @fastmath
|
|
1
|
130
|
November 3, 2024
|
|
Passing Constants into Functions as local variables vs default parameters or global constants
|
|
7
|
159
|
November 3, 2024
|
|
`minimum()` 3x - 6x slower than `numpy.min()`
|
|
16
|
580
|
November 2, 2024
|
|
What's recommended literature on high-performance Julia?
|
|
6
|
485
|
November 2, 2024
|