Slow down when running several parallel julia processes which use BLAS (MWE is provided)
|
|
10
|
1384
|
January 26, 2018
|
Slow REPL after PyPlot
|
|
22
|
2453
|
January 24, 2018
|
How to implement fast range reads for my custome-defined array?
|
|
2
|
730
|
January 20, 2018
|
PyCall: Weirdish PyArray conversion performance behaviour
|
|
2
|
728
|
January 19, 2018
|
Localizing variables: performance implications?
|
|
7
|
965
|
January 18, 2018
|
Speeding up FVM code
|
|
7
|
1244
|
January 17, 2018
|
Reference or copy: segment of an array as function argument
|
|
9
|
1489
|
January 16, 2018
|
Fastest way to count unique elements in `Vector{Union{Bool, Missing})`
|
|
35
|
6875
|
January 16, 2018
|
Multi-threading doesn't seem to scale well on this counting problem
|
|
15
|
2151
|
January 14, 2018
|
How to define an efficient `bswap_int` for user defined primitive types?
|
|
8
|
1393
|
January 5, 2018
|
help understanding performance with assignment to allocated matrix
|
|
6
|
1693
|
January 4, 2018
|
Sort huge array get smallest 1000
|
|
5
|
836
|
December 31, 2017
|
Dispatch on argument values rather than (just) types?
|
|
5
|
2916
|
December 26, 2017
|
Faster join()?
|
|
4
|
1003
|
December 25, 2017
|
Toward faster Rationals
|
|
9
|
1138
|
December 24, 2017
|
Julia slow with Hilbert matrices
|
|
9
|
2619
|
December 22, 2017
|
Workflow for monitoring native code size
|
|
11
|
1114
|
December 21, 2017
|
How to pre-allocate matrices to avoid constructing new matrices during the for-loop?
|
|
6
|
2898
|
December 20, 2017
|
Sparse matrix-vector product: much more slow than Matlab
|
|
24
|
4566
|
December 20, 2017
|
Read a text file directly as vector of SVectors
|
|
6
|
1537
|
December 16, 2017
|
Performance with MongoDB
|
|
6
|
2800
|
December 15, 2017
|
View way slower than copy?
|
|
7
|
2520
|
December 14, 2017
|
Memory allocations are not very understandable
|
|
26
|
1950
|
December 12, 2017
|
Performant creation of vector of SVectors given a known formula
|
|
17
|
1470
|
December 11, 2017
|
Is `Vector{UInt8}(string)` the fastest way to convert String to bytes?
|
|
19
|
4629
|
December 10, 2017
|
Best way to construct a sparse matrix
|
|
3
|
1041
|
December 9, 2017
|
What's the fastest way to generate `[1,2,....,n]`?
|
|
16
|
1538
|
December 8, 2017
|
Help understanding allocation on scalar function and possible ways to avoid it
|
|
3
|
904
|
December 7, 2017
|
Allocation - groupby
|
|
5
|
1267
|
December 5, 2017
|
Using @inbounds
|
|
1
|
689
|
December 4, 2017
|