|
Upper boundary for dispatch in Julia
|
|
15
|
680
|
January 30, 2024
|
|
Unexpected allocation
|
|
7
|
343
|
January 30, 2024
|
|
Parallelizing over an iterable
|
|
18
|
788
|
January 29, 2024
|
|
Cthulhu.jl showing unstable return type
|
|
5
|
409
|
January 29, 2024
|
|
Matrix storage
|
|
11
|
543
|
January 27, 2024
|
|
Remove bounds checking for the entire program
|
|
8
|
630
|
January 27, 2024
|
|
Removing undesirable allocations in some functions
|
|
15
|
466
|
January 27, 2024
|
|
Compiler doesn't know the type of real.(vec) in compile time
|
|
6
|
231
|
January 27, 2024
|
|
Parallelization seems to increase the necessary amount of allocations for single threads
|
|
8
|
308
|
January 26, 2024
|
|
Independent threads much slower by parallelizable
|
|
2
|
260
|
January 25, 2024
|
|
Individual threads superfast, while sync really slow with virtually no communication
|
|
4
|
228
|
January 24, 2024
|
|
@inbounds does nothing when converting Cartesian to linear Index
|
|
4
|
204
|
January 24, 2024
|
|
Reducing allocations in quadgk within loop
|
|
7
|
413
|
January 24, 2024
|
|
Julia package incompatibility
|
|
7
|
566
|
January 23, 2024
|
|
Unexpected memory allocation
|
|
2
|
244
|
January 22, 2024
|
|
PrecompileTools and --trace-compile
|
|
3
|
528
|
January 21, 2024
|
|
CSV vs DelimitedFiles vs Numpy
|
|
15
|
1048
|
January 20, 2024
|
|
abs(::Int32) slower than abs(::Int)
|
|
7
|
324
|
January 19, 2024
|
|
How to improve performances of this multiplication -> sum
|
|
6
|
250
|
January 18, 2024
|
|
Hand written loop slower than bitVector broadcast
|
|
15
|
777
|
January 18, 2024
|
|
Improving speed with iterative sums and functions within functions
|
|
4
|
322
|
January 17, 2024
|
|
From MKL back to OpenBLAS
|
|
15
|
3464
|
January 17, 2024
|
|
Generated LLVM code causes register spills on x86_64
|
|
11
|
892
|
January 16, 2024
|
|
Excessive Memory Allocation?
|
|
6
|
466
|
January 16, 2024
|
|
Multiplication and increment between elements whose index is stored in vectors without allocation: possible?
|
|
5
|
266
|
January 15, 2024
|
|
Fastest `sqrt` and `log` with negative check
|
|
17
|
1156
|
January 14, 2024
|
|
Efficiency of parsing ASCII vs. Unicode
|
|
10
|
905
|
January 12, 2024
|
|
Union splitting not working in Julia 1.10?
|
|
7
|
564
|
January 12, 2024
|
|
Reduce allocations when extracting values from NamedTuples
|
|
12
|
462
|
January 12, 2024
|
|
How to return all variable values of a non-simplified system of equations from a structurally-simplified solution output
|
|
13
|
790
|
January 11, 2024
|