|
Iteration with CartesianIndices(array) is slow when the dimension of the array is large
|
|
2
|
840
|
August 25, 2019
|
|
Julia v1.3 runs this script at least 10x slower than Julia v1.1 on my computer
|
|
3
|
1486
|
August 24, 2019
|
|
Help speeding up a test progam from a book
|
|
38
|
6047
|
August 23, 2019
|
|
The first for loop execution
|
|
6
|
792
|
August 23, 2019
|
|
Performance of map!()
|
|
12
|
2927
|
August 23, 2019
|
|
Speeding up DifferentialEquations solver by using different time steps for an ODE
|
|
3
|
2631
|
August 22, 2019
|
|
Running out of memory saving files with HDF5
|
|
7
|
1791
|
August 22, 2019
|
|
Extra allocation in @thread loop in v1.2
|
|
2
|
713
|
August 21, 2019
|
|
Difference between Set{Int}() and BitSet()
|
|
2
|
2798
|
August 20, 2019
|
|
Is Shared Memory Parallel Tasks Possible in Julia?
|
|
4
|
1716
|
August 17, 2019
|
|
SVector vs Vec usage: Why do I have an 8x speedup in a simple example?
|
|
7
|
1092
|
August 17, 2019
|
|
Loop over multi-dimensional array optimization
|
|
9
|
1178
|
August 15, 2019
|
|
Native (oversimplified) Julia gemm implementation
|
|
6
|
1229
|
August 15, 2019
|
|
Relative performance discrepancy across cpus even with --cpu-target set
|
|
5
|
1062
|
August 14, 2019
|
|
How to speed up a generic function evaluating multiple array calculations
|
|
3
|
795
|
August 13, 2019
|
|
Segfault with SIMD.jl and BenchmarkTools.jl
|
|
6
|
563
|
August 10, 2019
|
|
Simple tutorial for PackageCompiler sysimage build?
|
|
0
|
383
|
August 9, 2019
|
|
Efficiently traverse binary tree represented as tuple of tuples
|
|
9
|
1984
|
August 7, 2019
|
|
Calculate SVM dual loss effeciently
|
|
0
|
495
|
August 5, 2019
|
|
Unexpected 4x slowdown when computing many svds in loop
|
|
4
|
733
|
August 4, 2019
|
|
Allocations in mapreduce/sum etc
|
|
2
|
1089
|
August 1, 2019
|
|
How efficient is dictionary lookup in Julia?
|
|
6
|
5192
|
July 30, 2019
|
|
What is the memory overhead of a mutable struct?
|
|
8
|
2258
|
July 30, 2019
|
|
Unusual slow Julia code compared to C++?
|
|
21
|
4665
|
July 30, 2019
|
|
Filling a preallocated array without allocations
|
|
7
|
2096
|
July 29, 2019
|
|
Dot equals .=
|
|
3
|
4720
|
July 26, 2019
|
|
Vector{Float} times Vector{Complex} slower than Vector{Complex} times Vector{Complex}
|
|
6
|
597
|
July 26, 2019
|
|
How to access shared "inherited" fields without paying multiple dispatch performance price?
|
|
14
|
1495
|
July 25, 2019
|
|
How to use SIMD with a very simple example
|
|
6
|
2163
|
July 23, 2019
|
|
Ways to make slow/sluggish REPL/interactive development experience faster?
|
|
35
|
5768
|
July 23, 2019
|