|
Type inference slowdown in binary file i/o
|
|
2
|
664
|
February 11, 2018
|
|
Interpretation of memallocs returned by @timed
|
|
0
|
516
|
February 10, 2018
|
|
Accelerate compiler start time
|
|
3
|
801
|
February 9, 2018
|
|
Large Scale Software Design and Guidelines
|
|
8
|
1907
|
February 9, 2018
|
|
Type-unstable keyword constructor on parameterized type
|
|
5
|
998
|
February 8, 2018
|
|
Methods to reduce gc time?
|
|
7
|
8238
|
February 7, 2018
|
|
log(N) algo for sampling from vector
|
|
5
|
990
|
February 7, 2018
|
|
Why is this simple code slow (how to speed it up)
|
|
7
|
6665
|
February 6, 2018
|
|
Reduce views for a function that is applied piece-wise over an array
|
|
6
|
892
|
February 4, 2018
|
|
Ironic observation about `sort` and `sortperm` speed for "small integers" vs R
|
|
32
|
4997
|
February 4, 2018
|
|
Benchmarks: Julia vs Python+Numba
|
|
4
|
5540
|
January 31, 2018
|
|
fusing not faster
|
|
7
|
1379
|
January 30, 2018
|
|
Keeping track of simple vs high-performance versions
|
|
2
|
1162
|
January 30, 2018
|
|
Benchmarking tests to ensure PRs don't introduce regressions
|
|
5
|
1218
|
January 28, 2018
|
|
View and Slices: comparison of speed
|
|
4
|
1202
|
January 27, 2018
|
|
Use QR factorization efficiently
|
|
12
|
5478
|
January 27, 2018
|
|
Slow down when running several parallel julia processes which use BLAS (MWE is provided)
|
|
10
|
1574
|
January 26, 2018
|
|
Slow REPL after PyPlot
|
|
22
|
2660
|
January 24, 2018
|
|
How to implement fast range reads for my custome-defined array?
|
|
2
|
799
|
January 20, 2018
|
|
PyCall: Weirdish PyArray conversion performance behaviour
|
|
2
|
773
|
January 19, 2018
|
|
Localizing variables: performance implications?
|
|
7
|
1066
|
January 18, 2018
|
|
Speeding up FVM code
|
|
7
|
1344
|
January 17, 2018
|
|
Reference or copy: segment of an array as function argument
|
|
9
|
1633
|
January 16, 2018
|
|
Fastest way to count unique elements in `Vector{Union{Bool, Missing})`
|
|
35
|
7235
|
January 16, 2018
|
|
Multi-threading doesn't seem to scale well on this counting problem
|
|
15
|
2287
|
January 14, 2018
|
|
How to define an efficient `bswap_int` for user defined primitive types?
|
|
8
|
1523
|
January 5, 2018
|
|
help understanding performance with assignment to allocated matrix
|
|
6
|
1780
|
January 4, 2018
|
|
Sort huge array get smallest 1000
|
|
5
|
926
|
December 31, 2017
|
|
Dispatch on argument values rather than (just) types?
|
|
5
|
3038
|
December 26, 2017
|
|
Faster join()?
|
|
4
|
1093
|
December 25, 2017
|