Unexpected Allocations and performance loss from concrete classes
|
|
18
|
528
|
May 11, 2022
|
How to mark a function argument for specialization on types while still staying as a generic argument?
|
|
8
|
913
|
May 10, 2022
|
Faster Alternatives to sortperm
|
|
9
|
900
|
May 10, 2022
|
Sum of logs
|
|
19
|
1006
|
May 10, 2022
|
Need help on understanding type inference / performance
|
|
13
|
886
|
May 10, 2022
|
How to speed up diagonalization of a Hamiltonian matrix?
|
|
0
|
380
|
May 9, 2022
|
Reading archives JLD2
|
|
1
|
251
|
May 9, 2022
|
I have a much faster version of evalpoly. Why is it faster?
|
|
14
|
957
|
May 9, 2022
|
Using a keyword argument leads to enormous allocations
|
|
8
|
811
|
May 9, 2022
|
Import a module only when needed
|
|
5
|
575
|
May 8, 2022
|
Installing Packages Julia v1.7.2
|
|
1
|
514
|
May 7, 2022
|
Working with `LinearAlgebra.mul!`
|
|
12
|
965
|
May 7, 2022
|
Improve performance of Bellman operator
|
|
7
|
589
|
May 6, 2022
|
Speed of power "^"
|
|
16
|
897
|
May 6, 2022
|
Optimizing a Spectral Proper Orthogonal Decomposition Method
|
|
19
|
652
|
May 6, 2022
|
Which variable initialization is optimized away when variable unused?
|
|
2
|
315
|
May 6, 2022
|
Makie recipe with plots being added on the fly and why does the recipe run so long
|
|
3
|
375
|
May 5, 2022
|
Minimising top-level project latency
|
|
3
|
265
|
May 5, 2022
|
Apples to apples comparison of A\b with Float64 and Float16 on A64FX
|
|
12
|
750
|
May 2, 2022
|
Feedback for efficiency of Sparse Matrix operations
|
|
7
|
529
|
May 2, 2022
|
Why is closure slower than handmade callable struct?
|
|
4
|
595
|
May 2, 2022
|
Converting default Float type to Float32
|
|
7
|
1757
|
May 2, 2022
|
Performance of writing binary files
|
|
2
|
1271
|
April 30, 2022
|
Pair{Symbol, Function} slower than equivalent non-parametric type
|
|
4
|
339
|
April 30, 2022
|
Perform a multi-column, multi-dimensional search quickly
|
|
9
|
535
|
April 30, 2022
|
What's the largest factors in latency?
|
|
0
|
306
|
April 30, 2022
|
Why is this MLP slower in Flux than in TensorFlow?
|
|
5
|
1070
|
April 30, 2022
|
Performance of resize! vs pre-allocating with zeros(...)
|
|
9
|
1043
|
April 29, 2022
|
The best way to pass intermediate value to auxiliary functions
|
|
2
|
341
|
April 29, 2022
|
How to understand the ProfileView output
|
|
3
|
1549
|
April 29, 2022
|