Support `@threads` for a lazy object
|
|
0
|
252
|
July 11, 2021
|
Increase performance in string comparison with sub-dataframes or sub-arrays
|
|
5
|
879
|
July 11, 2021
|
Fastest way of contracting arrays
|
|
8
|
747
|
July 10, 2021
|
LoopVectorization almost doubles execution time?
|
|
6
|
656
|
July 9, 2021
|
Gathering monomial coefficients of orthogonal polynomials using SpecialPolynomials.jl
|
|
34
|
1338
|
July 9, 2021
|
Union splitting vs C++
|
|
22
|
4223
|
July 9, 2021
|
Row vs. column major for arrays of coordinate vectors
|
|
7
|
1087
|
July 8, 2021
|
Handling functions that have "constant" sub-expressions when looping over arguments
|
|
3
|
359
|
July 8, 2021
|
Multiplying by booleans faster than if/else
|
|
23
|
3851
|
July 8, 2021
|
Boxing of integer when looping vector over 512 index
|
|
2
|
265
|
July 8, 2021
|
Interact.jl custom layout to @manipulate macro
|
|
7
|
1475
|
July 7, 2021
|
Pkg.test() is orders of magnitude slower than include("test/runtests.jl")
|
|
4
|
338
|
July 7, 2021
|
Typestable caching of multiple arrays with different eltype
|
|
3
|
467
|
July 7, 2021
|
StaticArrays being used with DifferentialEquation callbacks
|
|
3
|
471
|
July 7, 2021
|
Function return type depends on an input flag : Bad?
|
|
15
|
683
|
July 7, 2021
|
Compiler optimizations on integer exponentation
|
|
3
|
402
|
July 7, 2021
|
Starting GLMakie takes very long
|
|
28
|
3065
|
July 6, 2021
|
Julia slowdown on long running programs with many allocations
|
|
6
|
1532
|
July 6, 2021
|
Memory usage data for getproperty function
|
|
3
|
415
|
July 6, 2021
|
ForwardDiff.derivative! of inplace functions
|
|
1
|
606
|
July 5, 2021
|
`@code_native` shows an algorithm that appears to be O(N), but benchmarking suggests that it's actually O(1)
|
|
12
|
618
|
July 5, 2021
|
Control where mutables are allocated in a very special case: a large number of mutables of the same type
|
|
11
|
1076
|
July 4, 2021
|
Large memory consumption when reading multiple HDF5 files
|
|
3
|
1323
|
July 3, 2021
|
Tools/patterns to reduce latency with strategy pattern
|
|
0
|
273
|
July 3, 2021
|
Parallelization of estimation loop or using GPU for bayesian neural ODE
|
|
1
|
423
|
July 2, 2021
|
Could the Profile.print() tree view sort in the other order?
|
|
1
|
387
|
July 1, 2021
|
Speed of Julia vs. Fortran and other languages
|
|
6
|
7551
|
July 1, 2021
|
Why is this raytracer slow?
|
|
29
|
4066
|
May 5, 2021
|
Why is Matrix multiplication with an UpperTriangular slower than with normal Matrix?
|
|
2
|
501
|
June 30, 2021
|
Slow `convert` for arrays. Use multiple dispatch instead?
|
|
3
|
463
|
June 30, 2021
|