|
Performant creation of vector of SVectors given a known formula
|
|
17
|
1675
|
December 11, 2017
|
|
Is `Vector{UInt8}(string)` the fastest way to convert String to bytes?
|
|
19
|
4861
|
December 10, 2017
|
|
Best way to construct a sparse matrix
|
|
3
|
1073
|
December 9, 2017
|
|
What's the fastest way to generate `[1,2,....,n]`?
|
|
16
|
1716
|
December 8, 2017
|
|
Help understanding allocation on scalar function and possible ways to avoid it
|
|
3
|
962
|
December 7, 2017
|
|
Allocation - groupby
|
|
5
|
1350
|
December 5, 2017
|
|
Using @inbounds
|
|
1
|
719
|
December 4, 2017
|
|
View into HDF5 dataset
|
|
1
|
1280
|
December 4, 2017
|
|
A generator with two "for" keywords is slow
|
|
14
|
1932
|
December 4, 2017
|
|
Trying PkgBenchmark.jl again
|
|
5
|
1156
|
December 1, 2017
|
|
Unsafe_store! sometimes slower than arrays' setindex!?
|
|
15
|
1593
|
November 30, 2017
|
|
Thread overhead variability across machines
|
|
13
|
2000
|
November 28, 2017
|
|
Memory hog when using include() in a for loop
|
|
0
|
583
|
November 21, 2017
|
|
Making use of precompile
|
|
1
|
1117
|
November 19, 2017
|
|
Performance of Julia as a general-purpose programming language
|
|
30
|
7964
|
November 19, 2017
|
|
Understanding type stability
|
|
16
|
1778
|
November 16, 2017
|
|
Is the increasing slowness of LLVM compilation a worry?
|
|
8
|
3004
|
November 12, 2017
|
|
Two or more @threads for blocks in the same function
|
|
1
|
659
|
November 10, 2017
|
|
Type stability, deprecation
|
|
4
|
903
|
November 8, 2017
|
|
Broadcasting assignment idea
|
|
0
|
709
|
November 6, 2017
|
|
Function performance when passed as an argument vs. passed in a struct
|
|
8
|
3961
|
November 4, 2017
|
|
Zeroing elements of matrix A depending on matrix B. Fast?
|
|
19
|
1528
|
November 4, 2017
|
|
@threads vs @parallel, a simple fail case for @threads
|
|
3
|
1460
|
October 31, 2017
|
|
@allocate in REPL, different results, same code
|
|
3
|
989
|
October 30, 2017
|
|
Is there any reason to set a metapackage to be precompiled?
|
|
2
|
794
|
October 28, 2017
|
|
Performance issues with Boolean dot operators
|
|
5
|
741
|
October 24, 2017
|
|
Why is this code so slow in julia compared to a numpy implementation?
|
|
9
|
3693
|
October 24, 2017
|
|
Parallel code seems slow
|
|
3
|
1486
|
October 20, 2017
|
|
Closure which discards the return is slower?
|
|
7
|
915
|
October 20, 2017
|
|
How to optimize such a program
|
|
8
|
1104
|
October 20, 2017
|