Profiling compilation of a large generated expression?
|
|
4
|
391
|
June 22, 2022
|
Simple example of @threads
|
|
17
|
832
|
June 22, 2022
|
Stop allocating memory when replacing structs in for-loops
|
|
5
|
530
|
June 21, 2022
|
Type-Instability Caused by Wrapping Type-Stable Function
|
|
2
|
364
|
June 20, 2022
|
Taking TTFX seriously: Can we make common packages faster to load and use
|
|
125
|
11738
|
June 20, 2022
|
Overcoming performance hit of accessing struct field
|
|
11
|
585
|
June 20, 2022
|
Massive performance penalty for Float16 compared to Float32
|
|
17
|
8100
|
June 20, 2022
|
Can macros also be precompiled?
|
|
4
|
333
|
June 19, 2022
|
Code in unexecuted if statement causes slowdown in other function
|
|
1
|
260
|
June 19, 2022
|
Initialize the julia runtime more than once within C++
|
|
5
|
908
|
June 18, 2022
|
Blend pmap with dynamic addprocs() rmprocs() on shared High Performance Computing Cluster
|
|
7
|
496
|
June 17, 2022
|
Why `count` is slower than my code?
|
|
7
|
677
|
June 16, 2022
|
Yield() not behaving as expected
|
|
2
|
676
|
June 15, 2022
|
Zygote very slow relative to ForwardDiff?
|
|
1
|
501
|
June 15, 2022
|
`sort!()` and `sort()` give me runtime dispatches
|
|
1
|
897
|
June 15, 2022
|
Accelerate autodiff in Zygote.jl
|
|
9
|
1082
|
June 15, 2022
|
How to efficiently sort subarrays of 2 large arrays in parallel?
|
|
0
|
349
|
June 14, 2022
|
Type of real part (of complex array element)
|
|
8
|
1892
|
June 14, 2022
|
"Optional" in-place output arguments
|
|
31
|
1285
|
June 13, 2022
|
Unexpected allocation at each loop iteration
|
|
8
|
394
|
June 11, 2022
|
View or copy: looking for an overview
|
|
8
|
591
|
June 9, 2022
|
Is this a good illustration of the principle "Don't store fields you can compute on demand"?
|
|
6
|
400
|
June 9, 2022
|
Test of expand and substitute in Symbolics.jl, SymEngine.jl and Mathematica
|
|
18
|
1052
|
June 9, 2022
|
Reinterpret to non bits type
|
|
41
|
1521
|
June 8, 2022
|
Type Sudoku (test if object is a struct)
|
|
21
|
1476
|
June 8, 2022
|
What is the equivalent of this OpenMP Directive in Julia?
|
|
14
|
2284
|
June 7, 2022
|
ProgressMeter while using DataFrame commands?
|
|
2
|
500
|
June 7, 2022
|
Why is Traceur Warning: is assigned as Union{Nothing, Tuple{Int64, Int64}}?
|
|
2
|
462
|
June 7, 2022
|
Small changes on large arrays of custom types: mutable or immutable? shallow or deepcopy?
|
|
3
|
463
|
June 7, 2022
|
Benchmarking all algorithms in DiffEq/Optimisation code
|
|
1
|
684
|
June 7, 2022
|