|
Avoiding memory allocation when repeatedly using small arrays
|
|
5
|
548
|
July 25, 2021
|
|
Naive dot product faster in Fortran than in Juila
|
|
12
|
1490
|
July 24, 2021
|
|
Why does Julia allocate memory when I already pre-allocated?
|
|
5
|
599
|
July 24, 2021
|
|
Iterators over observations/data
|
|
1
|
322
|
July 23, 2021
|
|
Making RNG's fast
|
|
4
|
833
|
July 22, 2021
|
|
Should I use HDF5 to speed up reading image data repeatedly?
|
|
12
|
1940
|
July 22, 2021
|
|
Comparing Julia and Python for basic operations
|
|
8
|
724
|
July 22, 2021
|
|
Performance of abstract argument in methods
|
|
2
|
575
|
July 21, 2021
|
|
Multi-threadded processing of large number of files faster when reading in batch
|
|
10
|
955
|
July 21, 2021
|
|
How can I speed up my Neural ODE?
|
|
4
|
920
|
July 20, 2021
|
|
NLopt - Same complex clalculations in objetive function and nonlinear constraints
|
|
17
|
2560
|
July 19, 2021
|
|
Compilation does not terminate (>3 hours) with nested numerical integration
|
|
0
|
350
|
July 19, 2021
|
|
Strange performance characteristics and regression with tuple recursion
|
|
5
|
1627
|
July 19, 2021
|
|
Squeeze out the last 10% of performance for a sorting function?
|
|
26
|
3598
|
July 18, 2021
|
|
Why loading a Package is slow (Julia 1.6)
|
|
1
|
1108
|
July 18, 2021
|
|
StaticArrays compilation performance bug
|
|
4
|
493
|
July 18, 2021
|
|
How to reduce large memory allocation by lu! with sparse matrices
|
|
8
|
1552
|
July 17, 2021
|
|
Trouble creating a type to be a vector of another defined type
|
|
3
|
443
|
July 17, 2021
|
|
Counterintuitive array update allocations
|
|
11
|
652
|
July 17, 2021
|
|
Distributed Differential Equations with large matrix
|
|
12
|
1079
|
July 16, 2021
|
|
Create Template without version control
|
|
10
|
1179
|
July 15, 2021
|
|
Reducing memory allocations when storing vectors to fields of a mutable type
|
|
6
|
463
|
July 14, 2021
|
|
Memory allocation with function passed as arguments
|
|
4
|
1120
|
July 13, 2021
|
|
Data type for a “stupid” binary search tree
|
|
4
|
721
|
July 13, 2021
|
|
Support `@threads` for a lazy object
|
|
0
|
264
|
July 11, 2021
|
|
Increase performance in string comparison with sub-dataframes or sub-arrays
|
|
5
|
925
|
July 11, 2021
|
|
Fastest way of contracting arrays
|
|
8
|
825
|
July 10, 2021
|
|
LoopVectorization almost doubles execution time?
|
|
6
|
704
|
July 9, 2021
|
|
Gathering monomial coefficients of orthogonal polynomials using SpecialPolynomials.jl
|
|
34
|
1507
|
July 9, 2021
|
|
Union splitting vs C++
|
|
22
|
4415
|
July 9, 2021
|