|
Is `Vector{UInt8}(string)` the fastest way to convert String to bytes?
|
|
19
|
4765
|
December 10, 2017
|
|
Best way to construct a sparse matrix
|
|
3
|
1055
|
December 9, 2017
|
|
What's the fastest way to generate `[1,2,....,n]`?
|
|
16
|
1653
|
December 8, 2017
|
|
Help understanding allocation on scalar function and possible ways to avoid it
|
|
3
|
939
|
December 7, 2017
|
|
Allocation - groupby
|
|
5
|
1314
|
December 5, 2017
|
|
Using @inbounds
|
|
1
|
705
|
December 4, 2017
|
|
View into HDF5 dataset
|
|
1
|
1261
|
December 4, 2017
|
|
A generator with two "for" keywords is slow
|
|
14
|
1851
|
December 4, 2017
|
|
Trying PkgBenchmark.jl again
|
|
5
|
1115
|
December 1, 2017
|
|
Unsafe_store! sometimes slower than arrays' setindex!?
|
|
15
|
1528
|
November 30, 2017
|
|
Thread overhead variability across machines
|
|
13
|
1937
|
November 28, 2017
|
|
Memory hog when using include() in a for loop
|
|
0
|
577
|
November 21, 2017
|
|
Making use of precompile
|
|
1
|
1103
|
November 19, 2017
|
|
Performance of Julia as a general-purpose programming language
|
|
30
|
7828
|
November 19, 2017
|
|
Understanding type stability
|
|
16
|
1703
|
November 16, 2017
|
|
Is the increasing slowness of LLVM compilation a worry?
|
|
8
|
2956
|
November 12, 2017
|
|
Two or more @threads for blocks in the same function
|
|
1
|
650
|
November 10, 2017
|
|
Type stability, deprecation
|
|
4
|
864
|
November 8, 2017
|
|
Broadcasting assignment idea
|
|
0
|
702
|
November 6, 2017
|
|
Function performance when passed as an argument vs. passed in a struct
|
|
8
|
3904
|
November 4, 2017
|
|
Zeroing elements of matrix A depending on matrix B. Fast?
|
|
19
|
1422
|
November 4, 2017
|
|
@threads vs @parallel, a simple fail case for @threads
|
|
3
|
1439
|
October 31, 2017
|
|
@allocate in REPL, different results, same code
|
|
3
|
977
|
October 30, 2017
|
|
Is there any reason to set a metapackage to be precompiled?
|
|
2
|
780
|
October 28, 2017
|
|
Performance issues with Boolean dot operators
|
|
5
|
711
|
October 24, 2017
|
|
Why is this code so slow in julia compared to a numpy implementation?
|
|
9
|
3645
|
October 24, 2017
|
|
Parallel code seems slow
|
|
3
|
1464
|
October 20, 2017
|
|
Closure which discards the return is slower?
|
|
7
|
872
|
October 20, 2017
|
|
How to optimize such a program
|
|
8
|
1074
|
October 20, 2017
|
|
Make this code fast (median pooling)
|
|
5
|
1658
|
October 18, 2017
|