Ways to speed up this code
|
|
4
|
677
|
September 17, 2019
|
Implementation for matrix multiplication with `adjoint`
|
|
4
|
1081
|
September 17, 2019
|
When to use sizehint! for Dict?
|
|
0
|
660
|
September 16, 2019
|
How to make Julia slow?
|
|
11
|
2027
|
September 16, 2019
|
Performance of Dates.Time equality and comparison
|
|
3
|
588
|
September 14, 2019
|
Speeding Up a Backward Induction Code
|
|
30
|
1284
|
September 11, 2019
|
Little parallel speedup on binary tree structure in Julia 1.3.0-rc1
|
|
0
|
688
|
September 10, 2019
|
Reading repr() string to object?
|
|
2
|
609
|
September 9, 2019
|
CUDAnative , performance drop after several timesteps
|
|
5
|
1169
|
September 8, 2019
|
Very large compilation time (and space)
|
|
11
|
1539
|
September 6, 2019
|
Something(a, b) not shortcutting
|
|
4
|
734
|
September 6, 2019
|
Specialized Base.findfirst for ranges
|
|
2
|
404
|
September 6, 2019
|
What's the fastest to convert a String to an `Vector{T}` where `isbits(T) == true` and back again?
|
|
2
|
474
|
September 6, 2019
|
Use of Vector Libraries
|
|
5
|
1105
|
September 3, 2019
|
Chained comparisons on arrays allocating
|
|
2
|
420
|
September 2, 2019
|
Type inference and abstract interpretation
|
|
3
|
955
|
September 2, 2019
|
Generic way to create repeating tiled views?
|
|
1
|
556
|
August 30, 2019
|
Passing a function as an argument via closure
|
|
9
|
1733
|
August 28, 2019
|
How to optimize simple matrix equation solving
|
|
16
|
2298
|
August 28, 2019
|
SingularException(2) error while doing complex matrix inversion
|
|
2
|
1371
|
August 28, 2019
|
Codegen woes
|
|
30
|
2280
|
August 27, 2019
|
Type Inference for CartesianIndices(array) fail when the dimension of the array is too large
|
|
3
|
451
|
August 25, 2019
|
Iteration with CartesianIndices(array) is slow when the dimension of the array is large
|
|
2
|
817
|
August 25, 2019
|
Julia v1.3 runs this script at least 10x slower than Julia v1.1 on my computer
|
|
3
|
1447
|
August 24, 2019
|
Help speeding up a test progam from a book
|
|
38
|
5751
|
August 23, 2019
|
The first for loop execution
|
|
6
|
757
|
August 23, 2019
|
Performance of map!()
|
|
12
|
2845
|
August 23, 2019
|
Speeding up DifferentialEquations solver by using different time steps for an ODE
|
|
3
|
2579
|
August 22, 2019
|
Running out of memory saving files with HDF5
|
|
7
|
1726
|
August 22, 2019
|
Extra allocation in @thread loop in v1.2
|
|
2
|
683
|
August 21, 2019
|