|
Large Scale Software Design and Guidelines
|
|
8
|
1818
|
February 9, 2018
|
|
Type-unstable keyword constructor on parameterized type
|
|
5
|
912
|
February 8, 2018
|
|
Methods to reduce gc time?
|
|
7
|
8087
|
February 7, 2018
|
|
log(N) algo for sampling from vector
|
|
5
|
920
|
February 7, 2018
|
|
Why is this simple code slow (how to speed it up)
|
|
7
|
6551
|
February 6, 2018
|
|
Reduce views for a function that is applied piece-wise over an array
|
|
6
|
798
|
February 4, 2018
|
|
Ironic observation about `sort` and `sortperm` speed for "small integers" vs R
|
|
32
|
4788
|
February 4, 2018
|
|
Benchmarks: Julia vs Python+Numba
|
|
4
|
5457
|
January 31, 2018
|
|
fusing not faster
|
|
7
|
1298
|
January 30, 2018
|
|
Keeping track of simple vs high-performance versions
|
|
2
|
1138
|
January 30, 2018
|
|
Benchmarking tests to ensure PRs don't introduce regressions
|
|
5
|
1146
|
January 28, 2018
|
|
View and Slices: comparison of speed
|
|
4
|
1145
|
January 27, 2018
|
|
Use QR factorization efficiently
|
|
12
|
5295
|
January 27, 2018
|
|
Slow down when running several parallel julia processes which use BLAS (MWE is provided)
|
|
10
|
1415
|
January 26, 2018
|
|
Slow REPL after PyPlot
|
|
22
|
2485
|
January 24, 2018
|
|
How to implement fast range reads for my custome-defined array?
|
|
2
|
748
|
January 20, 2018
|
|
PyCall: Weirdish PyArray conversion performance behaviour
|
|
2
|
738
|
January 19, 2018
|
|
Localizing variables: performance implications?
|
|
7
|
987
|
January 18, 2018
|
|
Speeding up FVM code
|
|
7
|
1268
|
January 17, 2018
|
|
Reference or copy: segment of an array as function argument
|
|
9
|
1523
|
January 16, 2018
|
|
Fastest way to count unique elements in `Vector{Union{Bool, Missing})`
|
|
35
|
7006
|
January 16, 2018
|
|
Multi-threading doesn't seem to scale well on this counting problem
|
|
15
|
2182
|
January 14, 2018
|
|
How to define an efficient `bswap_int` for user defined primitive types?
|
|
8
|
1427
|
January 5, 2018
|
|
help understanding performance with assignment to allocated matrix
|
|
6
|
1720
|
January 4, 2018
|
|
Sort huge array get smallest 1000
|
|
5
|
862
|
December 31, 2017
|
|
Dispatch on argument values rather than (just) types?
|
|
5
|
2940
|
December 26, 2017
|
|
Faster join()?
|
|
4
|
1023
|
December 25, 2017
|
|
Toward faster Rationals
|
|
9
|
1191
|
December 24, 2017
|
|
Julia slow with Hilbert matrices
|
|
9
|
2670
|
December 22, 2017
|
|
Workflow for monitoring native code size
|
|
11
|
1166
|
December 21, 2017
|