|
What's the fastest to convert a String to an `Vector{T}` where `isbits(T) == true` and back again?
|
|
2
|
534
|
September 6, 2019
|
|
Use of Vector Libraries
|
|
5
|
1208
|
September 3, 2019
|
|
Chained comparisons on arrays allocating
|
|
2
|
455
|
September 2, 2019
|
|
Type inference and abstract interpretation
|
|
3
|
1026
|
September 2, 2019
|
|
Generic way to create repeating tiled views?
|
|
1
|
591
|
August 30, 2019
|
|
Passing a function as an argument via closure
|
|
9
|
1879
|
August 28, 2019
|
|
How to optimize simple matrix equation solving
|
|
16
|
2584
|
August 28, 2019
|
|
SingularException(2) error while doing complex matrix inversion
|
|
2
|
1412
|
August 28, 2019
|
|
Codegen woes
|
|
30
|
2614
|
August 27, 2019
|
|
Type Inference for CartesianIndices(array) fail when the dimension of the array is too large
|
|
3
|
509
|
August 25, 2019
|
|
Iteration with CartesianIndices(array) is slow when the dimension of the array is large
|
|
2
|
876
|
August 25, 2019
|
|
Julia v1.3 runs this script at least 10x slower than Julia v1.1 on my computer
|
|
3
|
1526
|
August 24, 2019
|
|
Help speeding up a test progam from a book
|
|
38
|
6285
|
August 23, 2019
|
|
The first for loop execution
|
|
6
|
846
|
August 23, 2019
|
|
Performance of map!()
|
|
12
|
3030
|
August 23, 2019
|
|
Speeding up DifferentialEquations solver by using different time steps for an ODE
|
|
3
|
2681
|
August 22, 2019
|
|
Running out of memory saving files with HDF5
|
|
7
|
1857
|
August 22, 2019
|
|
Extra allocation in @thread loop in v1.2
|
|
2
|
739
|
August 21, 2019
|
|
Difference between Set{Int}() and BitSet()
|
|
2
|
2875
|
August 20, 2019
|
|
Is Shared Memory Parallel Tasks Possible in Julia?
|
|
4
|
1745
|
August 17, 2019
|
|
SVector vs Vec usage: Why do I have an 8x speedup in a simple example?
|
|
7
|
1171
|
August 17, 2019
|
|
Loop over multi-dimensional array optimization
|
|
9
|
1250
|
August 15, 2019
|
|
Native (oversimplified) Julia gemm implementation
|
|
6
|
1292
|
August 15, 2019
|
|
Relative performance discrepancy across cpus even with --cpu-target set
|
|
5
|
1104
|
August 14, 2019
|
|
How to speed up a generic function evaluating multiple array calculations
|
|
3
|
818
|
August 13, 2019
|
|
Segfault with SIMD.jl and BenchmarkTools.jl
|
|
6
|
611
|
August 10, 2019
|
|
Simple tutorial for PackageCompiler sysimage build?
|
|
0
|
394
|
August 9, 2019
|
|
Efficiently traverse binary tree represented as tuple of tuples
|
|
9
|
2076
|
August 7, 2019
|
|
Calculate SVM dual loss effeciently
|
|
0
|
515
|
August 5, 2019
|
|
Unexpected 4x slowdown when computing many svds in loop
|
|
4
|
772
|
August 4, 2019
|