Benchmark Tests: Improvements for BenchmarkTools
|
|
16
|
2201
|
August 12, 2021
|
Seeing allocations only when assigning to a Vector of Union{Nothing, Struct} when Struct is immutable, but contains mutable data
|
|
12
|
451
|
August 12, 2021
|
Help with @distributed with an iterator and speed issue
|
|
0
|
269
|
August 12, 2021
|
Pluto: does mardown needs a local installation of LaTeX?
|
|
2
|
434
|
August 12, 2021
|
Performance depends dramatically on compilation order
|
|
6
|
796
|
August 12, 2021
|
Dot operation broadcast for a "StaticSparseVector"
|
|
5
|
448
|
August 12, 2021
|
Help to get my slow Julia code to run as fast as Rust/Java/Lisp
|
|
100
|
4621
|
August 6, 2021
|
How to sample from a truncated distribution without allocating too much memory
|
|
1
|
539
|
August 11, 2021
|
Dispatch checker
|
|
8
|
451
|
August 11, 2021
|
@turbo on sets of operations
|
|
15
|
1004
|
August 10, 2021
|
Intermediate results (dereferencing, CSE, ..) - when to avoid?
|
|
6
|
1587
|
August 10, 2021
|
Wrapper{Type{Int}} really needed?
|
|
5
|
656
|
August 10, 2021
|
Confused by extra allocations
|
|
4
|
450
|
August 9, 2021
|
Composing collection of iterators that accept iterators and collecting the result
|
|
0
|
379
|
August 9, 2021
|
Most of the time spent in `readdlm` a txt file
|
|
1
|
597
|
August 9, 2021
|
How to parallelize the product of sparse and dense matrices
|
|
0
|
326
|
July 31, 2021
|
How to speed up this function?
|
|
2
|
458
|
August 8, 2021
|
Vector of indices vs. for loop to assign values in an array
|
|
4
|
1384
|
August 8, 2021
|
Julia performance for pointer based data structures?
|
|
2
|
453
|
August 7, 2021
|
Length(skipmissing( )) not implemented
|
|
7
|
702
|
August 6, 2021
|
Key BlackBoxOptim not found
|
|
1
|
245
|
August 6, 2021
|
SplitODEProblem efficiency against classical ODEProblem
|
|
4
|
606
|
August 6, 2021
|
Explicitly declaring the ODE Jacobian being less efficiently
|
|
16
|
1299
|
August 6, 2021
|
Poor speed gain using `pmap`
|
|
17
|
1193
|
August 6, 2021
|
How to speed up these functions?
|
|
19
|
1750
|
August 6, 2021
|
Runtime increasing as I do more replications
|
|
4
|
319
|
August 5, 2021
|
Is Union{Missing, Float64} a concrete type?
|
|
3
|
634
|
August 5, 2021
|
Rand-based Function Optimization
|
|
1
|
365
|
August 5, 2021
|
Runtime dispatch when broadcasting a view indexed with CartesianIndex array
|
|
1
|
495
|
August 5, 2021
|
Measuring the time properly for nested for-loops with @parallel
|
|
2
|
512
|
August 5, 2021
|