|
Performance degradation of `fill` in latest Julia 0.7 Dev?
|
|
2
|
924
|
March 11, 2018
|
|
3 different ways to create an array have different performance
|
|
1
|
978
|
March 10, 2018
|
|
Evaluation of the error term in Stirling's formula for factorial
|
|
4
|
1474
|
March 7, 2018
|
|
When will a function specialize on types?
|
|
1
|
685
|
March 6, 2018
|
|
Maximum!(v, A) is slower than own implementation?
|
|
2
|
681
|
March 5, 2018
|
|
Best approach for runtime dispatching inside a hot loop (heterogeneous tree structure)
|
|
18
|
2843
|
March 3, 2018
|
|
Why Julia is fast in interpreter but slow when dealing with files
|
|
11
|
6042
|
March 1, 2018
|
|
Adding `@time` to a function gets rid of type-instability and makes code run 6x fast?!
|
|
7
|
956
|
March 1, 2018
|
|
Parallelizing for loop in the computation of a gradient
|
|
19
|
2634
|
February 26, 2018
|
|
How to lazily `collect(zip(fn(a), b))` for some function `fn`?
|
|
2
|
751
|
February 22, 2018
|
|
Normalizing the columns of an SMatrix
|
|
4
|
2483
|
February 19, 2018
|
|
Improve performance of function that produces and hcats SMatrices
|
|
3
|
695
|
February 18, 2018
|
|
Download error: 2148270088 ; Is posible to download this site?
|
|
0
|
718
|
February 17, 2018
|
|
Why this constructor is extremly slow? Infinity Loop in Varargs function
|
|
2
|
633
|
February 16, 2018
|
|
Plotting thousands of polygons
|
|
7
|
3142
|
February 15, 2018
|
|
Eliminite overhead of "invoke" in benchmark
|
|
7
|
1049
|
February 14, 2018
|
|
Type inference slowdown in binary file i/o
|
|
2
|
637
|
February 11, 2018
|
|
Interpretation of memallocs returned by @timed
|
|
0
|
500
|
February 10, 2018
|
|
Accelerate compiler start time
|
|
3
|
737
|
February 9, 2018
|
|
Large Scale Software Design and Guidelines
|
|
8
|
1818
|
February 9, 2018
|
|
Type-unstable keyword constructor on parameterized type
|
|
5
|
910
|
February 8, 2018
|
|
Methods to reduce gc time?
|
|
7
|
8082
|
February 7, 2018
|
|
log(N) algo for sampling from vector
|
|
5
|
919
|
February 7, 2018
|
|
Why is this simple code slow (how to speed it up)
|
|
7
|
6548
|
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
|
5448
|
January 31, 2018
|
|
fusing not faster
|
|
7
|
1297
|
January 30, 2018
|
|
Keeping track of simple vs high-performance versions
|
|
2
|
1137
|
January 30, 2018
|
|
Benchmarking tests to ensure PRs don't introduce regressions
|
|
5
|
1145
|
January 28, 2018
|