|
Benchmarking with interpolated variable faster than hardcoded literal value
|
|
1
|
585
|
September 18, 2019
|
|
Call macro created function/types from generated function. world age problem
|
|
2
|
498
|
September 17, 2019
|
|
Ways to speed up this code
|
|
4
|
716
|
September 17, 2019
|
|
Implementation for matrix multiplication with `adjoint`
|
|
4
|
1154
|
September 17, 2019
|
|
When to use sizehint! for Dict?
|
|
0
|
694
|
September 16, 2019
|
|
How to make Julia slow?
|
|
11
|
2164
|
September 16, 2019
|
|
Performance of Dates.Time equality and comparison
|
|
3
|
631
|
September 14, 2019
|
|
Speeding Up a Backward Induction Code
|
|
30
|
1501
|
September 11, 2019
|
|
Little parallel speedup on binary tree structure in Julia 1.3.0-rc1
|
|
0
|
707
|
September 10, 2019
|
|
Reading repr() string to object?
|
|
2
|
647
|
September 9, 2019
|
|
CUDAnative , performance drop after several timesteps
|
|
5
|
1245
|
September 8, 2019
|
|
Very large compilation time (and space)
|
|
11
|
1666
|
September 6, 2019
|
|
Something(a, b) not shortcutting
|
|
4
|
802
|
September 6, 2019
|
|
Specialized Base.findfirst for ranges
|
|
2
|
433
|
September 6, 2019
|
|
What's the fastest to convert a String to an `Vector{T}` where `isbits(T) == true` and back again?
|
|
2
|
508
|
September 6, 2019
|
|
Use of Vector Libraries
|
|
5
|
1153
|
September 3, 2019
|
|
Chained comparisons on arrays allocating
|
|
2
|
441
|
September 2, 2019
|
|
Type inference and abstract interpretation
|
|
3
|
994
|
September 2, 2019
|
|
Generic way to create repeating tiled views?
|
|
1
|
576
|
August 30, 2019
|
|
Passing a function as an argument via closure
|
|
9
|
1839
|
August 28, 2019
|
|
How to optimize simple matrix equation solving
|
|
16
|
2514
|
August 28, 2019
|
|
SingularException(2) error while doing complex matrix inversion
|
|
2
|
1400
|
August 28, 2019
|
|
Codegen woes
|
|
30
|
2487
|
August 27, 2019
|
|
Type Inference for CartesianIndices(array) fail when the dimension of the array is too large
|
|
3
|
480
|
August 25, 2019
|
|
Iteration with CartesianIndices(array) is slow when the dimension of the array is large
|
|
2
|
851
|
August 25, 2019
|
|
Julia v1.3 runs this script at least 10x slower than Julia v1.1 on my computer
|
|
3
|
1501
|
August 24, 2019
|
|
Help speeding up a test progam from a book
|
|
38
|
6137
|
August 23, 2019
|
|
The first for loop execution
|
|
6
|
806
|
August 23, 2019
|
|
Performance of map!()
|
|
12
|
2955
|
August 23, 2019
|
|
Speeding up DifferentialEquations solver by using different time steps for an ODE
|
|
3
|
2644
|
August 22, 2019
|