|
Understanding memory allocations
|
|
6
|
605
|
September 11, 2020
|
|
BLAS vs CUBLAS benchmark
|
|
13
|
6030
|
September 11, 2020
|
|
Optimizing a package: how to get started
|
|
7
|
887
|
September 10, 2020
|
|
Something's buggy with array assignment .=?
|
|
6
|
491
|
September 10, 2020
|
|
What is the most performant way of bootstrapping a self-referential mutable struct?
|
|
11
|
1023
|
September 9, 2020
|
|
Why do global variables impact performance so badly?
|
|
11
|
1930
|
September 9, 2020
|
|
Arrays, Matrix, append!
|
|
10
|
1474
|
September 8, 2020
|
|
Issorted for Dataframe rows
|
|
5
|
389
|
September 8, 2020
|
|
Faster date parsing?
|
|
6
|
702
|
September 8, 2020
|
|
Tullio, LoopVectorization: `pointer` becomes slow for views because of `Base._memory_offset` for `ndims(...) >= 5`
|
|
1
|
379
|
September 7, 2020
|
|
Type instability for singleton tuple argument
|
|
5
|
597
|
September 6, 2020
|
|
Parallelize (pre) compilation?
|
|
10
|
2708
|
September 6, 2020
|
|
When to use StaticArrays
|
|
4
|
794
|
September 5, 2020
|
|
What is the correct way to access a variable number of workspaces with a variable number of threads?
|
|
3
|
373
|
September 5, 2020
|
|
Is there any limitation on threads' num for cpu without SMT?
|
|
2
|
329
|
September 5, 2020
|
|
Error when installing registry
|
|
5
|
1523
|
September 4, 2020
|
|
How to prevent memory build-up?
|
|
11
|
1439
|
September 4, 2020
|
|
Static Arrays in pure Julia
|
|
2
|
4752
|
September 3, 2020
|
|
Julia 1.5.1 slows down when running multiple instances in parallel
|
|
7
|
1072
|
September 2, 2020
|
|
Makie: animation becomes slow after redrawing surface about 25 times
|
|
8
|
1591
|
September 2, 2020
|
|
Switched from Python to Julia for speed, but it's not faster...?
|
|
12
|
2274
|
September 2, 2020
|
|
Understanding relative performance of (returning vs. mutating vs. both) functions
|
|
9
|
562
|
September 1, 2020
|
|
Speed up in Julia
|
|
11
|
966
|
September 1, 2020
|
|
Reading data in Julia 1.2.0
|
|
1
|
323
|
September 1, 2020
|
|
Best way to initialize a sparse matrix with some non-zero columns
|
|
2
|
535
|
August 31, 2020
|
|
Speed up sparse matrix multiplication
|
|
8
|
1828
|
August 31, 2020
|
|
Conditionally suppress output of @time
|
|
2
|
624
|
August 31, 2020
|
|
Comparing performance of 2 simple averaging functions - why is one faster?
|
|
5
|
524
|
August 31, 2020
|
|
Performant piecewise function evaluation
|
|
4
|
1684
|
August 30, 2020
|
|
Arrays of structs/tuples with mutable members
|
|
4
|
600
|
August 29, 2020
|