Does Julia do common subexpression elimination?
|
|
6
|
786
|
August 17, 2023
|
Curious about the internals of dynamic dispatch
|
|
12
|
697
|
August 17, 2023
|
Is there a way to speed up this code?
|
|
4
|
774
|
August 16, 2023
|
Saving FFTW plans for future use
|
|
2
|
309
|
August 16, 2023
|
Performance / Memory differences between constructors of BigInts
|
|
5
|
353
|
August 16, 2023
|
How to define a function with argument dependent return
|
|
7
|
436
|
August 16, 2023
|
Why is Julia faster than C++ for quicksort?
|
|
15
|
2017
|
August 15, 2023
|
DataFrame sort Performance using Query.jl vs SAS PROC SORT
|
|
19
|
1538
|
August 11, 2023
|
How to get a zero-overhead view?
|
|
16
|
698
|
August 14, 2023
|
Speeding up a function
|
|
43
|
979
|
August 14, 2023
|
Type-unstable application of `map`
|
|
4
|
346
|
August 13, 2023
|
Generate sub-tuples in an efficient, type-stable way
|
|
2
|
324
|
August 12, 2023
|
The state of loop optimization in Julia
|
|
1
|
492
|
August 11, 2023
|
Problem of unnecessarily iterating many times in for loop
|
|
18
|
470
|
August 10, 2023
|
One Julia sys.so is slower than the other
|
|
0
|
201
|
August 10, 2023
|
Julia equivalent of R's quantile function
|
|
7
|
1232
|
August 10, 2023
|
Why does indexing with a scalar allocate memory?
|
|
2
|
256
|
August 9, 2023
|
ModelingToolkit compilation time for many small simulations
|
|
5
|
274
|
August 9, 2023
|
What does @inbounds actually mean?
|
|
8
|
1624
|
August 8, 2023
|
Cache Data Structure for Lazy Array
|
|
5
|
679
|
August 8, 2023
|
Optimize for physical cores and caches
|
|
4
|
683
|
August 7, 2023
|
Performance tip for Julia 1.9, docker and Pkg.precompile on older CPUs
|
|
0
|
237
|
August 7, 2023
|
FFTW.jl support fftw_plan_many_dft?
|
|
6
|
598
|
August 6, 2023
|
Symbolics build_function and usage
|
|
1
|
719
|
August 5, 2023
|
Why do I get consistently worse performance running as a script than from REPL?
|
|
4
|
350
|
August 5, 2023
|
Looping over struct fieldnames in a type-stable way
|
|
3
|
215
|
August 5, 2023
|
Can I avoid allocations when broadcasting over slices?
|
|
3
|
174
|
August 4, 2023
|
Why is the return type of the following inplace broadcast operation not inferred?
|
|
5
|
277
|
August 3, 2023
|
Best way to take trace of matrix product in Julia?
|
|
17
|
975
|
August 3, 2023
|
Speeding up matrix exponential and matrix multiplication
|
|
58
|
1871
|
August 1, 2023
|