|
Documentation for parallel computing - clarification
|
|
3
|
727
|
October 22, 2019
|
|
Why does Juno make my code run slower than in VScode?
|
|
18
|
3524
|
October 20, 2019
|
|
Code loading with workers and modules
|
|
7
|
989
|
October 19, 2019
|
|
Managing Single and Multithreaded Implementations
|
|
1
|
476
|
October 19, 2019
|
|
Xor performance
|
|
3
|
2622
|
October 18, 2019
|
|
Parallelizing a force assembly function
|
|
11
|
980
|
October 17, 2019
|
|
Using Makie.jl multithreaded
|
|
0
|
588
|
October 16, 2019
|
|
Benchmark MATLAB & Julia for Matrix Operations
|
|
148
|
21549
|
October 15, 2019
|
|
Numpy 10x faster than Julia ?! What am I doing wrong ?! [solved - julia faster now]
|
|
37
|
11466
|
October 15, 2019
|
|
Good Practises for making performant DSL's? (My Dissertation Topic)
|
|
2
|
778
|
October 12, 2019
|
|
Performance of (a::AbstractType)(args...) function declarations
|
|
3
|
534
|
October 12, 2019
|
|
Bad performance in simple array broadcast operations
|
|
5
|
1149
|
October 12, 2019
|
|
Performance comparison with C++
|
|
8
|
2463
|
October 10, 2019
|
|
Consistent 2x Slowdown with v1.2
|
|
6
|
808
|
October 10, 2019
|
|
Transducers, paralelism and feedback loop
|
|
13
|
1485
|
October 9, 2019
|
|
Consistent performance difference but identical LLVM IR
|
|
4
|
531
|
October 8, 2019
|
|
OpenBLAS vs. "for loops" demo
|
|
6
|
944
|
October 7, 2019
|
|
Compare julia sum to a cpp implementation - julia is extremely slow?!
|
|
35
|
2128
|
October 7, 2019
|
|
Situations where mutable struct is more performant than immutable struct
|
|
6
|
1028
|
October 5, 2019
|
|
Large programs: structuring modules & include such that to increase performance and readability
|
|
14
|
4864
|
October 4, 2019
|
|
PSA: Microbenchmarks remember branch history
|
|
36
|
5389
|
October 1, 2019
|
|
Why making `a[range] = b[range]` seems to make unnecessary allocations?
|
|
4
|
1051
|
September 30, 2019
|
|
Optimal way to make a line and column permutation copy of an array
|
|
0
|
412
|
September 30, 2019
|
|
Specialization tips to shrink 45x performance gap when comparing structs
|
|
7
|
1051
|
September 30, 2019
|
|
Simulate Nested Array Without Allocating New Memory Every Loop?
|
|
13
|
1390
|
September 28, 2019
|
|
What is the recommended way to decorate an IO stream with a filter in Julia
|
|
1
|
523
|
September 27, 2019
|
|
Non-intuitive perf diff between `matrix * vector`, `matrix' * vector` and `copy(matrix') * vector`
|
|
2
|
743
|
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
|
426
|
September 27, 2019
|
|
Array by reference
|
|
2
|
432
|
September 26, 2019
|
|
Passing parameters and performances
|
|
3
|
1443
|
September 26, 2019
|