|
Finite differences with Julia
|
|
5
|
2383
|
February 9, 2019
|
|
What's in the .mem files?
|
|
1
|
1198
|
February 8, 2019
|
|
Reduce allocations for matrix differential equations function
|
|
10
|
1378
|
February 8, 2019
|
|
Efficiently compute X[sub,:]*X[sub,:]'
|
|
1
|
475
|
February 5, 2019
|
|
Inner function overhead
|
|
2
|
690
|
February 3, 2019
|
|
Memory allocation of keyword arguments
|
|
5
|
605
|
February 3, 2019
|
|
Trivial code change causes vectorization failure
|
|
3
|
701
|
February 1, 2019
|
|
Slow insert at end of large array (Solved)
|
|
7
|
962
|
January 30, 2019
|
|
Performance help for this short matrix function?
|
|
11
|
817
|
January 30, 2019
|
|
Calling guard function causes millions of allocs while running inner function doesn't
|
|
4
|
615
|
January 30, 2019
|
|
Forcing @inline
|
|
4
|
1471
|
January 29, 2019
|
|
Specifying keyword argument results in much slower code
|
|
2
|
1772
|
January 29, 2019
|
|
How to efficiently splat values into argument list?
|
|
3
|
1625
|
January 28, 2019
|
|
Feedforward NN using StaticArrays with no allocation
|
|
5
|
530
|
January 24, 2019
|
|
Could Transducers help here?
|
|
4
|
998
|
January 23, 2019
|
|
ANN: Anyone need my 2.7x faster factorial (or gamma) function?
|
|
22
|
2571
|
January 23, 2019
|
|
Precompile() for function with kwargs
|
|
4
|
1204
|
January 23, 2019
|
|
How to resolve type ambiguity with Optim results?
|
|
6
|
661
|
January 22, 2019
|
|
Performance with nested QuadGK integrals
|
|
2
|
1319
|
January 21, 2019
|
|
Writing a SIMD friendly iterate function
|
|
6
|
1754
|
January 17, 2019
|
|
Vector of matrices vs. multidimensional arrays
|
|
13
|
10833
|
January 17, 2019
|
|
Work around splatting to avoid unecessary allocations
|
|
2
|
2106
|
January 16, 2019
|
|
Avoid recalculating X^q when f(p): X.^1 ... X.^p
|
|
7
|
1188
|
January 16, 2019
|
|
Poor performance due to memory allocations?
|
|
17
|
2903
|
January 15, 2019
|
|
Help understanding failed optimization when defining Base.similar for AbstractArray interface
|
|
1
|
476
|
January 14, 2019
|
|
Performance of matrix division
|
|
8
|
887
|
January 12, 2019
|
|
Comparison performance with `any`
|
|
5
|
645
|
January 11, 2019
|
|
Efficient looping statement in Julia
|
|
15
|
5700
|
January 10, 2019
|
|
Interpolation of callbacks is slow and blows up memory in DifferentialEquations.jl
|
|
4
|
1318
|
January 7, 2019
|
|
Combining @pure and @inline
|
|
1
|
497
|
January 6, 2019
|