|
Finite differences with Julia
|
|
5
|
2431
|
February 9, 2019
|
|
What's in the .mem files?
|
|
1
|
1227
|
February 8, 2019
|
|
Reduce allocations for matrix differential equations function
|
|
10
|
1459
|
February 8, 2019
|
|
Efficiently compute X[sub,:]*X[sub,:]'
|
|
1
|
491
|
February 5, 2019
|
|
Inner function overhead
|
|
2
|
710
|
February 3, 2019
|
|
Memory allocation of keyword arguments
|
|
5
|
652
|
February 3, 2019
|
|
Trivial code change causes vectorization failure
|
|
3
|
727
|
February 1, 2019
|
|
Slow insert at end of large array (Solved)
|
|
7
|
1017
|
January 30, 2019
|
|
Performance help for this short matrix function?
|
|
11
|
891
|
January 30, 2019
|
|
Calling guard function causes millions of allocs while running inner function doesn't
|
|
4
|
642
|
January 30, 2019
|
|
Forcing @inline
|
|
4
|
1533
|
January 29, 2019
|
|
Specifying keyword argument results in much slower code
|
|
2
|
1794
|
January 29, 2019
|
|
How to efficiently splat values into argument list?
|
|
3
|
1648
|
January 28, 2019
|
|
Feedforward NN using StaticArrays with no allocation
|
|
5
|
567
|
January 24, 2019
|
|
Could Transducers help here?
|
|
4
|
1033
|
January 23, 2019
|
|
ANN: Anyone need my 2.7x faster factorial (or gamma) function?
|
|
22
|
2684
|
January 23, 2019
|
|
Precompile() for function with kwargs
|
|
4
|
1258
|
January 23, 2019
|
|
How to resolve type ambiguity with Optim results?
|
|
6
|
674
|
January 22, 2019
|
|
Performance with nested QuadGK integrals
|
|
2
|
1351
|
January 21, 2019
|
|
Writing a SIMD friendly iterate function
|
|
6
|
1794
|
January 17, 2019
|
|
Vector of matrices vs. multidimensional arrays
|
|
13
|
10984
|
January 17, 2019
|
|
Work around splatting to avoid unecessary allocations
|
|
2
|
2120
|
January 16, 2019
|
|
Avoid recalculating X^q when f(p): X.^1 ... X.^p
|
|
7
|
1218
|
January 16, 2019
|
|
Poor performance due to memory allocations?
|
|
17
|
3022
|
January 15, 2019
|
|
Help understanding failed optimization when defining Base.similar for AbstractArray interface
|
|
1
|
489
|
January 14, 2019
|
|
Performance of matrix division
|
|
8
|
958
|
January 12, 2019
|
|
Comparison performance with `any`
|
|
5
|
675
|
January 11, 2019
|
|
Efficient looping statement in Julia
|
|
15
|
5902
|
January 10, 2019
|
|
Interpolation of callbacks is slow and blows up memory in DifferentialEquations.jl
|
|
4
|
1349
|
January 7, 2019
|
|
Combining @pure and @inline
|
|
1
|
509
|
January 6, 2019
|