|
Finding low frequency numbers in a large collection
|
|
20
|
855
|
February 3, 2023
|
|
My generated Julia function from a niche DSL language takes 4min to compile
|
|
8
|
472
|
February 3, 2023
|
|
Possible Performance Regression for Loops on 1.9?
|
|
12
|
502
|
February 3, 2023
|
|
Base.accumulate! seems slow due to keyword argument handling, can it be sped up?
|
|
3
|
304
|
February 3, 2023
|
|
Possible performance regression in 1.9 / StaticArrays
|
|
11
|
771
|
February 3, 2023
|
|
How to benchmark in-place functions?
|
|
8
|
2097
|
February 3, 2023
|
|
Based on which packages is Base.Threads built?
|
|
4
|
379
|
February 3, 2023
|
|
Globals / Constants Act Differently Depending on Use?
|
|
2
|
434
|
February 2, 2023
|
|
Avoiding Allocations with User provided Closures
|
|
12
|
1689
|
February 2, 2023
|
|
Why are two functions behave differently?
|
|
2
|
254
|
February 1, 2023
|
|
Making an efficient function for ignoring unsupported kwargs
|
|
4
|
357
|
January 31, 2023
|
|
Trying to translate a symbolic differentiation performance benchmark to Julia
|
|
3
|
943
|
September 9, 2019
|
|
Getting rid of memory allocations in nested functions
|
|
3
|
393
|
January 31, 2023
|
|
Automatic resizing of struct internal array when value changes?
|
|
14
|
659
|
January 30, 2023
|
|
Why is there a `sleep` in ODBC.jl
|
|
14
|
587
|
January 30, 2023
|
|
Visualize long pmap process using Gtk.ProgressBarLeaf
|
|
0
|
225
|
January 30, 2023
|
|
@fastmath for library functions? (2x slowdown of binary search because of NaN checks in Base)
|
|
14
|
849
|
January 30, 2023
|
|
Reinterpret to existing vector
|
|
16
|
758
|
January 29, 2023
|
|
How to see every allocating function call?
|
|
1
|
254
|
January 27, 2023
|
|
Franklin website background error on deployment
|
|
1
|
285
|
January 27, 2023
|
|
Performance regression with StaticArrays?
|
|
5
|
511
|
January 27, 2023
|
|
Taking advantage of pkgimages in 'scripts'
|
|
2
|
462
|
January 25, 2023
|
|
FLoops @init allocate only once
|
|
13
|
611
|
January 25, 2023
|
|
Mysterious memory allocation
|
|
16
|
991
|
January 24, 2023
|
|
Efficient and in-place computation of A + adjoint(A)
|
|
14
|
881
|
January 24, 2023
|
|
Switching between StaticArray and regular array depending on size (?)
|
|
5
|
335
|
January 24, 2023
|
|
How to improve a Generator to be more memory efficient when it is collected?
|
|
21
|
1107
|
January 23, 2023
|
|
Accelerating an N^2 nested loop
|
|
13
|
496
|
January 23, 2023
|
|
Efficient sparse-dense matrix multiplication for diagonal-like sparse matrices
|
|
8
|
894
|
January 22, 2023
|
|
Should @FastPow not make this faster?
|
|
7
|
305
|
January 21, 2023
|