|
How to pre-allocate matrices to avoid constructing new matrices during the for-loop?
|
|
6
|
2928
|
December 20, 2017
|
|
Sparse matrix-vector product: much more slow than Matlab
|
|
24
|
4642
|
December 20, 2017
|
|
Read a text file directly as vector of SVectors
|
|
6
|
1556
|
December 16, 2017
|
|
Performance with MongoDB
|
|
6
|
2817
|
December 15, 2017
|
|
View way slower than copy?
|
|
7
|
2549
|
December 14, 2017
|
|
Memory allocations are not very understandable
|
|
26
|
2029
|
December 12, 2017
|
|
Performant creation of vector of SVectors given a known formula
|
|
17
|
1531
|
December 11, 2017
|
|
Is `Vector{UInt8}(string)` the fastest way to convert String to bytes?
|
|
19
|
4681
|
December 10, 2017
|
|
Best way to construct a sparse matrix
|
|
3
|
1050
|
December 9, 2017
|
|
What's the fastest way to generate `[1,2,....,n]`?
|
|
16
|
1597
|
December 8, 2017
|
|
Help understanding allocation on scalar function and possible ways to avoid it
|
|
3
|
917
|
December 7, 2017
|
|
Allocation - groupby
|
|
5
|
1283
|
December 5, 2017
|
|
Using @inbounds
|
|
1
|
696
|
December 4, 2017
|
|
View into HDF5 dataset
|
|
1
|
1257
|
December 4, 2017
|
|
A generator with two "for" keywords is slow
|
|
14
|
1823
|
December 4, 2017
|
|
Trying PkgBenchmark.jl again
|
|
5
|
1105
|
December 1, 2017
|
|
Unsafe_store! sometimes slower than arrays' setindex!?
|
|
15
|
1484
|
November 30, 2017
|
|
Thread overhead variability across machines
|
|
13
|
1896
|
November 28, 2017
|
|
Memory hog when using include() in a for loop
|
|
0
|
576
|
November 21, 2017
|
|
Making use of precompile
|
|
1
|
1096
|
November 19, 2017
|
|
Performance of Julia as a general-purpose programming language
|
|
30
|
7753
|
November 19, 2017
|
|
Understanding type stability
|
|
16
|
1645
|
November 16, 2017
|
|
Is the increasing slowness of LLVM compilation a worry?
|
|
8
|
2898
|
November 12, 2017
|
|
Two or more @threads for blocks in the same function
|
|
1
|
637
|
November 10, 2017
|
|
Type stability, deprecation
|
|
4
|
849
|
November 8, 2017
|
|
Broadcasting assignment idea
|
|
0
|
692
|
November 6, 2017
|
|
Function performance when passed as an argument vs. passed in a struct
|
|
8
|
3840
|
November 4, 2017
|
|
Zeroing elements of matrix A depending on matrix B. Fast?
|
|
19
|
1380
|
November 4, 2017
|
|
@threads vs @parallel, a simple fail case for @threads
|
|
3
|
1425
|
October 31, 2017
|
|
@allocate in REPL, different results, same code
|
|
3
|
965
|
October 30, 2017
|