What's in the .mem files?
|
|
1
|
1185
|
February 8, 2019
|
Reduce allocations for matrix differential equations function
|
|
10
|
1343
|
February 8, 2019
|
Efficiently compute X[sub,:]*X[sub,:]'
|
|
1
|
463
|
February 5, 2019
|
Inner function overhead
|
|
2
|
673
|
February 3, 2019
|
Memory allocation of keyword arguments
|
|
5
|
593
|
February 3, 2019
|
Trivial code change causes vectorization failure
|
|
3
|
681
|
February 1, 2019
|
Slow insert at end of large array (Solved)
|
|
7
|
938
|
January 30, 2019
|
Performance help for this short matrix function?
|
|
11
|
781
|
January 30, 2019
|
Calling guard function causes millions of allocs while running inner function doesn't
|
|
4
|
602
|
January 30, 2019
|
Forcing @inline
|
|
4
|
1453
|
January 29, 2019
|
Specifying keyword argument results in much slower code
|
|
2
|
1763
|
January 29, 2019
|
How to efficiently splat values into argument list?
|
|
3
|
1609
|
January 28, 2019
|
Feedforward NN using StaticArrays with no allocation
|
|
5
|
508
|
January 24, 2019
|
Could Transducers help here?
|
|
4
|
989
|
January 23, 2019
|
ANN: Anyone need my 2.7x faster factorial (or gamma) function?
|
|
22
|
2520
|
January 23, 2019
|
Precompile() for function with kwargs
|
|
4
|
1182
|
January 23, 2019
|
How to resolve type ambiguity with Optim results?
|
|
6
|
642
|
January 22, 2019
|
Performance with nested QuadGK integrals
|
|
2
|
1305
|
January 21, 2019
|
Writing a SIMD friendly iterate function
|
|
6
|
1729
|
January 17, 2019
|
Vector of matrices vs. multidimensional arrays
|
|
13
|
10787
|
January 17, 2019
|
Work around splatting to avoid unecessary allocations
|
|
2
|
2094
|
January 16, 2019
|
Avoid recalculating X^q when f(p): X.^1 ... X.^p
|
|
7
|
1173
|
January 16, 2019
|
Poor performance due to memory allocations?
|
|
17
|
2858
|
January 15, 2019
|
Help understanding failed optimization when defining Base.similar for AbstractArray interface
|
|
1
|
465
|
January 14, 2019
|
Performance of matrix division
|
|
8
|
854
|
January 12, 2019
|
Comparison performance with `any`
|
|
5
|
623
|
January 11, 2019
|
Efficient looping statement in Julia
|
|
15
|
5629
|
January 10, 2019
|
Interpolation of callbacks is slow and blows up memory in DifferentialEquations.jl
|
|
4
|
1300
|
January 7, 2019
|
Combining @pure and @inline
|
|
1
|
492
|
January 6, 2019
|
No typeinference for object call syntax
|
|
2
|
493
|
January 6, 2019
|