|
Type Inference for CartesianIndices(array) fail when the dimension of the array is too large
|
|
3
|
492
|
August 25, 2019
|
|
Iteration with CartesianIndices(array) is slow when the dimension of the array is large
|
|
2
|
865
|
August 25, 2019
|
|
Julia v1.3 runs this script at least 10x slower than Julia v1.1 on my computer
|
|
3
|
1517
|
August 24, 2019
|
|
Help speeding up a test progam from a book
|
|
38
|
6198
|
August 23, 2019
|
|
The first for loop execution
|
|
6
|
832
|
August 23, 2019
|
|
Performance of map!()
|
|
12
|
2995
|
August 23, 2019
|
|
Speeding up DifferentialEquations solver by using different time steps for an ODE
|
|
3
|
2659
|
August 22, 2019
|
|
Running out of memory saving files with HDF5
|
|
7
|
1832
|
August 22, 2019
|
|
Extra allocation in @thread loop in v1.2
|
|
2
|
728
|
August 21, 2019
|
|
Difference between Set{Int}() and BitSet()
|
|
2
|
2849
|
August 20, 2019
|
|
Is Shared Memory Parallel Tasks Possible in Julia?
|
|
4
|
1730
|
August 17, 2019
|
|
SVector vs Vec usage: Why do I have an 8x speedup in a simple example?
|
|
7
|
1140
|
August 17, 2019
|
|
Loop over multi-dimensional array optimization
|
|
9
|
1226
|
August 15, 2019
|
|
Native (oversimplified) Julia gemm implementation
|
|
6
|
1263
|
August 15, 2019
|
|
Relative performance discrepancy across cpus even with --cpu-target set
|
|
5
|
1087
|
August 14, 2019
|
|
How to speed up a generic function evaluating multiple array calculations
|
|
3
|
811
|
August 13, 2019
|
|
Segfault with SIMD.jl and BenchmarkTools.jl
|
|
6
|
596
|
August 10, 2019
|
|
Simple tutorial for PackageCompiler sysimage build?
|
|
0
|
389
|
August 9, 2019
|
|
Efficiently traverse binary tree represented as tuple of tuples
|
|
9
|
2047
|
August 7, 2019
|
|
Calculate SVM dual loss effeciently
|
|
0
|
511
|
August 5, 2019
|
|
Unexpected 4x slowdown when computing many svds in loop
|
|
4
|
760
|
August 4, 2019
|
|
Allocations in mapreduce/sum etc
|
|
2
|
1117
|
August 1, 2019
|
|
How efficient is dictionary lookup in Julia?
|
|
6
|
5248
|
July 30, 2019
|
|
What is the memory overhead of a mutable struct?
|
|
8
|
2306
|
July 30, 2019
|
|
Unusual slow Julia code compared to C++?
|
|
21
|
4774
|
July 30, 2019
|
|
Filling a preallocated array without allocations
|
|
7
|
2130
|
July 29, 2019
|
|
Dot equals .=
|
|
3
|
4766
|
July 26, 2019
|
|
Vector{Float} times Vector{Complex} slower than Vector{Complex} times Vector{Complex}
|
|
6
|
632
|
July 26, 2019
|
|
How to access shared "inherited" fields without paying multiple dispatch performance price?
|
|
14
|
1569
|
July 25, 2019
|
|
How to use SIMD with a very simple example
|
|
6
|
2213
|
July 23, 2019
|