|
Consistent 2x Slowdown with v1.2
|
|
6
|
752
|
October 10, 2019
|
|
Transducers, paralelism and feedback loop
|
|
13
|
1389
|
October 9, 2019
|
|
Consistent performance difference but identical LLVM IR
|
|
4
|
475
|
October 8, 2019
|
|
OpenBLAS vs. "for loops" demo
|
|
6
|
854
|
October 7, 2019
|
|
Compare julia sum to a cpp implementation - julia is extremely slow?!
|
|
35
|
1883
|
October 7, 2019
|
|
Situations where mutable struct is more performant than immutable struct
|
|
6
|
953
|
October 5, 2019
|
|
Large programs: structuring modules & include such that to increase performance and readability
|
|
14
|
4647
|
October 4, 2019
|
|
PSA: Microbenchmarks remember branch history
|
|
36
|
5116
|
October 1, 2019
|
|
Why making `a[range] = b[range]` seems to make unnecessary allocations?
|
|
4
|
1003
|
September 30, 2019
|
|
Optimal way to make a line and column permutation copy of an array
|
|
0
|
401
|
September 30, 2019
|
|
Specialization tips to shrink 45x performance gap when comparing structs
|
|
7
|
997
|
September 30, 2019
|
|
Simulate Nested Array Without Allocating New Memory Every Loop?
|
|
13
|
1270
|
September 28, 2019
|
|
What is the recommended way to decorate an IO stream with a filter in Julia
|
|
1
|
498
|
September 27, 2019
|
|
Non-intuitive perf diff between `matrix * vector`, `matrix' * vector` and `copy(matrix') * vector`
|
|
2
|
707
|
September 27, 2019
|
|
Avoiding unnecessary mallocs while building then solving a linear system inside a loop can only be achieved by routines that modify in-place?
|
|
2
|
393
|
September 27, 2019
|
|
Array by reference
|
|
2
|
418
|
September 26, 2019
|
|
Passing parameters and performances
|
|
3
|
1390
|
September 26, 2019
|
|
@code_warntype but for allocations?
|
|
1
|
404
|
September 26, 2019
|
|
Float64 comparison operator performance
|
|
8
|
1096
|
September 26, 2019
|
|
Shared-memory parallelization with large matrix
|
|
9
|
756
|
September 24, 2019
|
|
Basic question about different type annotations in function declarations
|
|
5
|
898
|
September 23, 2019
|
|
Potential performance regression wrt 0.6: Products involving diagonal matrices MUCH slower than with general sparse matrices
|
|
7
|
855
|
September 21, 2019
|
|
Bad performance for dispatch-heavy code
|
|
12
|
1735
|
September 20, 2019
|
|
Minimizing long compile time/Precompiling
|
|
3
|
3796
|
September 19, 2019
|
|
Benchmarking with interpolated variable faster than hardcoded literal value
|
|
1
|
567
|
September 18, 2019
|
|
Call macro created function/types from generated function. world age problem
|
|
2
|
472
|
September 17, 2019
|
|
Ways to speed up this code
|
|
4
|
695
|
September 17, 2019
|
|
Implementation for matrix multiplication with `adjoint`
|
|
4
|
1096
|
September 17, 2019
|
|
When to use sizehint! for Dict?
|
|
0
|
670
|
September 16, 2019
|
|
How to make Julia slow?
|
|
11
|
2067
|
September 16, 2019
|