Multi-threading + curve_fit no acceleration but increase the memory consumption on my server
|
|
0
|
123
|
December 11, 2023
|
Iterative construction of lazy Iterators leads to excessive compilation time
|
|
21
|
1043
|
December 10, 2023
|
Different `@code_llvm` output on macos and x86
|
|
4
|
315
|
December 8, 2023
|
Looping over a thousand files and checking if empty
|
|
15
|
454
|
December 8, 2023
|
Parametric types and StaticArrays
|
|
2
|
375
|
December 8, 2023
|
Write a table into SQLite and DuckDB in efficient manner
|
|
24
|
3467
|
December 8, 2023
|
Automatic differentiation for Complex output w.r.t to Real inputs taking too long compared to the function evaluation
|
|
3
|
256
|
December 8, 2023
|
Making sorting a tree represented by vector of any types faster
|
|
1
|
185
|
December 7, 2023
|
Boxing obvious cases where the type is clear
|
|
13
|
619
|
December 7, 2023
|
Performance and memory in large tensor: Julia vs Fortran
|
|
3
|
506
|
December 6, 2023
|
Inplace axpy! but storing to a third arguement rather than y
|
|
4
|
242
|
December 6, 2023
|
Removing type instability causes the code slower
|
|
8
|
333
|
December 3, 2023
|
Perplexing behavior when computing the matmul smoke test on GPU in Julia
|
|
5
|
319
|
December 3, 2023
|
Performance difference depending on order of comparison in loop
|
|
3
|
338
|
December 2, 2023
|
Avoiding small strings and using IOBuffer
|
|
7
|
575
|
December 1, 2023
|
Performance of streaming `mean`
|
|
4
|
212
|
December 1, 2023
|
Fastest algorithm for (xi - xj) * (yi - yj) for i in 1:n, j in 1:n
|
|
13
|
391
|
December 1, 2023
|
Sum an SVector skipping one element
|
|
7
|
276
|
November 30, 2023
|
What’s your secret in your uncanny ability to optimize code?
|
|
5
|
441
|
November 30, 2023
|
Jl_call - function call latency
|
|
5
|
318
|
November 29, 2023
|
How to execute tasks in parallel in a for loop
|
|
27
|
2019
|
November 29, 2023
|
Typeof on Any vs Typeof on Union?
|
|
3
|
159
|
November 27, 2023
|
Speed of multiple dispatch
|
|
14
|
1196
|
November 27, 2023
|
Is there a possibility to prevent task switches in a block of code?
|
|
49
|
565
|
November 27, 2023
|
Is it possible to cut a vector into 2 pieces without allocations?
|
|
11
|
821
|
November 27, 2023
|
How can I use TimerOutputs.jl to time a function and its internal function calls in a package?
|
|
1
|
344
|
November 25, 2023
|
Accelerating linear algebra code and getting different results
|
|
5
|
383
|
November 24, 2023
|
JET `report_call` error on array.jl for `iterate(::DataType)` using `typeof`
|
|
0
|
164
|
November 24, 2023
|
Copying mutable structs without using deepcopy()
|
|
4
|
702
|
November 24, 2023
|
Optimizing Direct 2D Convolution Code
|
|
14
|
718
|
November 23, 2023
|