Why Julia is fast in interpreter but slow when dealing with files
|
|
11
|
6002
|
March 1, 2018
|
Adding `@time` to a function gets rid of type-instability and makes code run 6x fast?!
|
|
7
|
937
|
March 1, 2018
|
Parallelizing for loop in the computation of a gradient
|
|
19
|
2568
|
February 26, 2018
|
How to lazily `collect(zip(fn(a), b))` for some function `fn`?
|
|
2
|
737
|
February 22, 2018
|
Normalizing the columns of an SMatrix
|
|
4
|
2463
|
February 19, 2018
|
Improve performance of function that produces and hcats SMatrices
|
|
3
|
679
|
February 18, 2018
|
Download error: 2148270088 ; Is posible to download this site?
|
|
0
|
708
|
February 17, 2018
|
Why this constructor is extremly slow? Infinity Loop in Varargs function
|
|
2
|
624
|
February 16, 2018
|
Plotting thousands of polygons
|
|
7
|
3115
|
February 15, 2018
|
Eliminite overhead of "invoke" in benchmark
|
|
7
|
1022
|
February 14, 2018
|
Type inference slowdown in binary file i/o
|
|
2
|
627
|
February 11, 2018
|
Interpretation of memallocs returned by @timed
|
|
0
|
493
|
February 10, 2018
|
Accelerate compiler start time
|
|
3
|
725
|
February 9, 2018
|
Large Scale Software Design and Guidelines
|
|
8
|
1791
|
February 9, 2018
|
Type-unstable keyword constructor on parameterized type
|
|
5
|
890
|
February 8, 2018
|
Methods to reduce gc time?
|
|
7
|
8031
|
February 7, 2018
|
log(N) algo for sampling from vector
|
|
5
|
893
|
February 7, 2018
|
Why is this simple code slow (how to speed it up)
|
|
7
|
6521
|
February 6, 2018
|
Reduce views for a function that is applied piece-wise over an array
|
|
6
|
782
|
February 4, 2018
|
Ironic observation about `sort` and `sortperm` speed for "small integers" vs R
|
|
32
|
4674
|
February 4, 2018
|
Benchmarks: Julia vs Python+Numba
|
|
4
|
5428
|
January 31, 2018
|
fusing not faster
|
|
7
|
1269
|
January 30, 2018
|
Keeping track of simple vs high-performance versions
|
|
2
|
1125
|
January 30, 2018
|
Benchmarking tests to ensure PRs don't introduce regressions
|
|
5
|
1114
|
January 28, 2018
|
View and Slices: comparison of speed
|
|
4
|
1119
|
January 27, 2018
|
Use QR factorization efficiently
|
|
12
|
5239
|
January 27, 2018
|
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
|