Push! vs. pushfirst! performance issue with BitArrays
|
|
1
|
197
|
July 20, 2023
|
`@fastmath` is not applied to macros
|
|
5
|
408
|
July 20, 2023
|
Multithreading using more CPUs than expected
|
|
11
|
541
|
July 20, 2023
|
Optimizing nested loops with conditional inside
|
|
10
|
464
|
July 19, 2023
|
Better ways to deal with CompatHelper and compatibility upgrades
|
|
1
|
240
|
July 18, 2023
|
Optimizing dinucleotides count in a DNA sequence type `LongDNA`
|
|
21
|
825
|
July 17, 2023
|
Define multiple methods or one method with union types?
|
|
4
|
401
|
July 17, 2023
|
Efficiently computing Hessians of Neural Networks output with respect to inputs
|
|
1
|
261
|
July 16, 2023
|
Inline function returns tuple of mixed type, assigned to a tuple of variables in the caller
|
|
2
|
188
|
July 14, 2023
|
In-place matrix operations slower?
|
|
9
|
380
|
July 14, 2023
|
Comparing Julia structs
|
|
8
|
1415
|
July 13, 2023
|
Performance Warning when Solving Parameterized ODE
|
|
2
|
413
|
July 13, 2023
|
Broadcasting Heisen-allocations
|
|
2
|
256
|
July 13, 2023
|
Is there a function to make an abstractly-typed variable "more" concrete?
|
|
11
|
441
|
July 11, 2023
|
Eliminate runtime dispatch for repeated @async calls
|
|
0
|
238
|
July 11, 2023
|
Efficient approach to multiply three matrices (M1*M2*M3) and two vectors and a matrix (x*M*y)
|
|
18
|
5756
|
July 10, 2023
|
Help to reduce memory allocations in a function
|
|
2
|
230
|
July 10, 2023
|
Task/thread-local caches/buffers
|
|
12
|
564
|
July 9, 2023
|
Shared data between processes
|
|
0
|
189
|
July 8, 2023
|
Low rank factorized AbstractMatrix
|
|
18
|
933
|
July 7, 2023
|
Mapreduce performance and dispatch
|
|
0
|
214
|
July 7, 2023
|
1.10 alpha significantly slower to start REPL
|
|
9
|
656
|
July 7, 2023
|
Customize a random function to sample 3 out of a list of 4097 real numbers
|
|
5
|
256
|
July 7, 2023
|
Help me improve this simple function
|
|
12
|
282
|
July 5, 2023
|
How can this code be faster than MATLAB?
|
|
12
|
584
|
July 5, 2023
|
Why does Pkg.activate(".") require compilation? Time to first project activation
|
|
2
|
354
|
July 5, 2023
|
Need help understanding allocations while calling external C library (Proj)
|
|
3
|
254
|
July 4, 2023
|
Fast recursion with big rationals
|
|
4
|
406
|
July 1, 2023
|
Changing array inside mutable struct passed to function, how to improve performance?
|
|
15
|
399
|
June 27, 2023
|
Why is the matrix multiplication with integer matrices much slower than with float ones?
|
|
6
|
407
|
June 27, 2023
|