Compare julia sum to a cpp implementation - julia is extremely slow?!
|
|
35
|
1811
|
October 7, 2019
|
Situations where mutable struct is more performant than immutable struct
|
|
6
|
921
|
October 5, 2019
|
Large programs: structuring modules & include such that to increase performance and readability
|
|
14
|
4558
|
October 4, 2019
|
PSA: Microbenchmarks remember branch history
|
|
36
|
4972
|
October 1, 2019
|
Why making `a[range] = b[range]` seems to make unnecessary allocations?
|
|
4
|
981
|
September 30, 2019
|
Optimal way to make a line and column permutation copy of an array
|
|
0
|
393
|
September 30, 2019
|
Specialization tips to shrink 45x performance gap when comparing structs
|
|
7
|
962
|
September 30, 2019
|
Simulate Nested Array Without Allocating New Memory Every Loop?
|
|
13
|
1229
|
September 28, 2019
|
What is the recommended way to decorate an IO stream with a filter in Julia
|
|
1
|
487
|
September 27, 2019
|
Non-intuitive perf diff between `matrix * vector`, `matrix' * vector` and `copy(matrix') * vector`
|
|
2
|
693
|
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
|
379
|
September 27, 2019
|
Array by reference
|
|
2
|
405
|
September 26, 2019
|
Passing parameters and performances
|
|
3
|
1382
|
September 26, 2019
|
@code_warntype but for allocations?
|
|
1
|
390
|
September 26, 2019
|
Float64 comparison operator performance
|
|
8
|
1061
|
September 26, 2019
|
Shared-memory parallelization with large matrix
|
|
9
|
721
|
September 24, 2019
|
Basic question about different type annotations in function declarations
|
|
5
|
873
|
September 23, 2019
|
Potential performance regression wrt 0.6: Products involving diagonal matrices MUCH slower than with general sparse matrices
|
|
7
|
827
|
September 21, 2019
|
Bad performance for dispatch-heavy code
|
|
12
|
1689
|
September 20, 2019
|
Minimizing long compile time/Precompiling
|
|
3
|
3771
|
September 19, 2019
|
Benchmarking with interpolated variable faster than hardcoded literal value
|
|
1
|
558
|
September 18, 2019
|
Call macro created function/types from generated function. world age problem
|
|
2
|
463
|
September 17, 2019
|
Ways to speed up this code
|
|
4
|
677
|
September 17, 2019
|
Implementation for matrix multiplication with `adjoint`
|
|
4
|
1081
|
September 17, 2019
|
When to use sizehint! for Dict?
|
|
0
|
659
|
September 16, 2019
|
How to make Julia slow?
|
|
11
|
2027
|
September 16, 2019
|
Performance of Dates.Time equality and comparison
|
|
3
|
587
|
September 14, 2019
|
Speeding Up a Backward Induction Code
|
|
30
|
1282
|
September 11, 2019
|
Little parallel speedup on binary tree structure in Julia 1.3.0-rc1
|
|
0
|
688
|
September 10, 2019
|
Reading repr() string to object?
|
|
2
|
609
|
September 9, 2019
|