|
How to measure cache misses in Julia?
|
|
11
|
3783
|
February 18, 2019
|
|
Writing efficient code in monadic style
|
|
1
|
1542
|
February 14, 2019
|
|
Reduce allocations for shaped views
|
|
9
|
1153
|
February 13, 2019
|
|
JuliaDB Benchmarks
|
|
4
|
1070
|
February 12, 2019
|
|
CPU cycles and syscalls
|
|
4
|
732
|
February 12, 2019
|
|
Poor performance while multithreading (Julia 1.0)
|
|
28
|
4258
|
February 11, 2019
|
|
Way to speed up a 2x2 block matrix solver?
|
|
0
|
592
|
February 10, 2019
|
|
Finite differences with Julia
|
|
5
|
2451
|
February 9, 2019
|
|
What's in the .mem files?
|
|
1
|
1240
|
February 8, 2019
|
|
Reduce allocations for matrix differential equations function
|
|
10
|
1485
|
February 8, 2019
|
|
Efficiently compute X[sub,:]*X[sub,:]'
|
|
1
|
497
|
February 5, 2019
|
|
Inner function overhead
|
|
2
|
718
|
February 3, 2019
|
|
Memory allocation of keyword arguments
|
|
5
|
676
|
February 3, 2019
|
|
Trivial code change causes vectorization failure
|
|
3
|
734
|
February 1, 2019
|
|
Slow insert at end of large array (Solved)
|
|
7
|
1033
|
January 30, 2019
|
|
Performance help for this short matrix function?
|
|
11
|
902
|
January 30, 2019
|
|
Calling guard function causes millions of allocs while running inner function doesn't
|
|
4
|
659
|
January 30, 2019
|
|
Forcing @inline
|
|
4
|
1546
|
January 29, 2019
|
|
Specifying keyword argument results in much slower code
|
|
2
|
1810
|
January 29, 2019
|
|
How to efficiently splat values into argument list?
|
|
3
|
1660
|
January 28, 2019
|
|
Feedforward NN using StaticArrays with no allocation
|
|
5
|
580
|
January 24, 2019
|
|
Could Transducers help here?
|
|
4
|
1049
|
January 23, 2019
|
|
ANN: Anyone need my 2.7x faster factorial (or gamma) function?
|
|
22
|
2717
|
January 23, 2019
|
|
Precompile() for function with kwargs
|
|
4
|
1288
|
January 23, 2019
|
|
How to resolve type ambiguity with Optim results?
|
|
6
|
675
|
January 22, 2019
|
|
Performance with nested QuadGK integrals
|
|
2
|
1361
|
January 21, 2019
|
|
Writing a SIMD friendly iterate function
|
|
6
|
1801
|
January 17, 2019
|
|
Vector of matrices vs. multidimensional arrays
|
|
13
|
11032
|
January 17, 2019
|
|
Work around splatting to avoid unecessary allocations
|
|
2
|
2139
|
January 16, 2019
|
|
Avoid recalculating X^q when f(p): X.^1 ... X.^p
|
|
7
|
1229
|
January 16, 2019
|