About the Performance category
|
|
0
|
2344
|
October 13, 2017
|
Finding low frequency numbers in a large collection
|
|
13
|
199
|
February 2, 2023
|
Based on which packages is Base.Threads built?
|
|
2
|
69
|
February 2, 2023
|
Globals / Constants Act Differently Depending on Use?
|
|
2
|
60
|
February 2, 2023
|
Avoiding Allocations with User provided Closures
|
|
12
|
938
|
February 2, 2023
|
Cubic Spline Interpolation for unevenly sampled data with gradient support?
|
|
0
|
146
|
November 4, 2022
|
Why are two functions behave differently?
|
|
2
|
105
|
February 1, 2023
|
Making an efficient function for ignoring unsupported kwargs
|
|
4
|
150
|
January 31, 2023
|
Trying to translate a symbolic differentiation performance benchmark to Julia
|
|
3
|
673
|
September 9, 2019
|
Getting rid of memory allocations in nested functions
|
|
3
|
77
|
January 31, 2023
|
Automatic resizing of struct internal array when value changes?
|
|
14
|
129
|
January 30, 2023
|
Why is there a `sleep` in ODBC.jl
|
|
14
|
281
|
January 30, 2023
|
Visualize long pmap process using Gtk.ProgressBarLeaf
|
|
0
|
32
|
January 30, 2023
|
@fastmath for library functions? (2x slowdown of binary search because of NaN checks in Base)
|
|
14
|
471
|
January 30, 2023
|
Reinterpret to existing vector
|
|
16
|
174
|
January 29, 2023
|
Matrix Multiplication of a Large Number of Small Matrices
|
|
11
|
271
|
January 28, 2023
|
Base.accumulate! seems slow due to keyword argument handling, can it be sped up?
|
|
2
|
115
|
January 28, 2023
|
How to see every allocating function call?
|
|
1
|
91
|
January 27, 2023
|
Franklin website background error on deployment
|
|
1
|
46
|
January 27, 2023
|
Performance regression with StaticArrays?
|
|
5
|
237
|
January 27, 2023
|
Write a table into SQLite and DuckDB in efficient manner
|
|
21
|
325
|
January 27, 2023
|
GC going nuts
|
|
15
|
442
|
January 26, 2023
|
Taking advantage of pkgimages in 'scripts'
|
|
2
|
81
|
January 25, 2023
|
FLoops @init allocate only once
|
|
13
|
86
|
January 25, 2023
|
UPDsocket recv without allocations?
|
|
1
|
38
|
January 25, 2023
|
Mysterious memory allocation
|
|
16
|
273
|
January 24, 2023
|
Possible performance regression in 1.9 / StaticArrays
|
|
10
|
361
|
January 24, 2023
|
Improving the speed of large population simulations in DifferentialEquations.jl
|
|
8
|
206
|
January 24, 2023
|
Efficient and in-place computation of A + adjoint(A)
|
|
14
|
345
|
January 24, 2023
|
Switching between StaticArray and regular array depending on size (?)
|
|
5
|
119
|
January 24, 2023
|