|
View and Slices: comparison of speed
|
|
4
|
1144
|
January 27, 2018
|
|
Use QR factorization efficiently
|
|
12
|
5290
|
January 27, 2018
|
|
Slow down when running several parallel julia processes which use BLAS (MWE is provided)
|
|
10
|
1410
|
January 26, 2018
|
|
Slow REPL after PyPlot
|
|
22
|
2483
|
January 24, 2018
|
|
How to implement fast range reads for my custome-defined array?
|
|
2
|
746
|
January 20, 2018
|
|
PyCall: Weirdish PyArray conversion performance behaviour
|
|
2
|
737
|
January 19, 2018
|
|
Localizing variables: performance implications?
|
|
7
|
986
|
January 18, 2018
|
|
Speeding up FVM code
|
|
7
|
1267
|
January 17, 2018
|
|
Reference or copy: segment of an array as function argument
|
|
9
|
1522
|
January 16, 2018
|
|
Fastest way to count unique elements in `Vector{Union{Bool, Missing})`
|
|
35
|
6998
|
January 16, 2018
|
|
Multi-threading doesn't seem to scale well on this counting problem
|
|
15
|
2181
|
January 14, 2018
|
|
How to define an efficient `bswap_int` for user defined primitive types?
|
|
8
|
1423
|
January 5, 2018
|
|
help understanding performance with assignment to allocated matrix
|
|
6
|
1719
|
January 4, 2018
|
|
Sort huge array get smallest 1000
|
|
5
|
861
|
December 31, 2017
|
|
Dispatch on argument values rather than (just) types?
|
|
5
|
2937
|
December 26, 2017
|
|
Faster join()?
|
|
4
|
1023
|
December 25, 2017
|
|
Toward faster Rationals
|
|
9
|
1177
|
December 24, 2017
|
|
Julia slow with Hilbert matrices
|
|
9
|
2665
|
December 22, 2017
|
|
Workflow for monitoring native code size
|
|
11
|
1152
|
December 21, 2017
|
|
How to pre-allocate matrices to avoid constructing new matrices during the for-loop?
|
|
6
|
2923
|
December 20, 2017
|
|
Sparse matrix-vector product: much more slow than Matlab
|
|
24
|
4639
|
December 20, 2017
|
|
Read a text file directly as vector of SVectors
|
|
6
|
1555
|
December 16, 2017
|
|
Performance with MongoDB
|
|
6
|
2817
|
December 15, 2017
|
|
View way slower than copy?
|
|
7
|
2545
|
December 14, 2017
|
|
Memory allocations are not very understandable
|
|
26
|
2028
|
December 12, 2017
|
|
Performant creation of vector of SVectors given a known formula
|
|
17
|
1523
|
December 11, 2017
|
|
Is `Vector{UInt8}(string)` the fastest way to convert String to bytes?
|
|
19
|
4679
|
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
|
1596
|
December 8, 2017
|
|
Help understanding allocation on scalar function and possible ways to avoid it
|
|
3
|
916
|
December 7, 2017
|