Slow insert at end of large array (Solved)
|
|
7
|
936
|
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
|
600
|
January 30, 2019
|
Forcing @inline
|
|
4
|
1452
|
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
|
1608
|
January 28, 2019
|
Feedforward NN using StaticArrays with no allocation
|
|
5
|
508
|
January 24, 2019
|
Could Transducers help here?
|
|
4
|
988
|
January 23, 2019
|
ANN: Anyone need my 2.7x faster factorial (or gamma) function?
|
|
22
|
2518
|
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
|
10782
|
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
|
1172
|
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
|
851
|
January 12, 2019
|
Comparison performance with `any`
|
|
5
|
620
|
January 11, 2019
|
Efficient looping statement in Julia
|
|
15
|
5619
|
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
|
492
|
January 6, 2019
|
SharedArrays. Stability
|
|
2
|
866
|
January 5, 2019
|
Performance of generator expressions and higher order functions
|
|
7
|
1329
|
January 4, 2019
|
Power function not inlined optimally
|
|
5
|
1558
|
January 4, 2019
|
Implementing own `size()` function for a `struct` and its performance
|
|
14
|
1913
|
January 4, 2019
|
Prefered pattern for generators?
|
|
12
|
958
|
January 3, 2019
|
Type stability issues when using StaticArrays
|
|
24
|
1847
|
January 3, 2019
|