[ANN] LightSumTypes.jl v4
|
|
29
|
1716
|
September 10, 2024
|
When to use Tuples instead of Vectors?
|
|
16
|
270
|
September 6, 2024
|
Selecting entries of an array based on selection criteria provided by other array
|
|
10
|
150
|
August 28, 2024
|
Trying to understand performance of closure from @code_llvm
|
|
2
|
307
|
August 26, 2024
|
Improving the performance of a spatial clustering model
|
|
8
|
79
|
August 24, 2024
|
NCDatasets: performance issues deriving fast Minimum Maximum value as too slow
|
|
12
|
133
|
August 23, 2024
|
Bad performances when using Multithreading and Distributed with heavy LinearAlgebra calculations
|
|
26
|
438
|
July 25, 2024
|
Mysterious type instability (& performance hit) with simple @threads
|
|
2
|
113
|
July 24, 2024
|
Fast read operations from a large array of low-dimensional SVectors
|
|
6
|
83
|
July 20, 2024
|
Specialized matrix-matrix multiplication algorithm
|
|
5
|
379
|
July 9, 2024
|
JET: are union incurred runtime dispatches really happening?
|
|
10
|
251
|
July 5, 2024
|
Alternatives to inv() in Julia
|
|
4
|
282
|
July 3, 2024
|
Slow performance when solving SDE for a large number of functions in a loop
|
|
3
|
100
|
June 28, 2024
|
Julia seems an order of magnitude slower than Python when printing to the terminal, because of issue with "sleep"
|
|
67
|
4028
|
June 28, 2024
|
Inconsistency in Allocs reported by track-allocs vs BenchmarkTools
|
|
5
|
182
|
June 26, 2024
|
Matrix power not memory optimal
|
|
11
|
209
|
June 25, 2024
|
Slow cubature
|
|
21
|
401
|
June 25, 2024
|
Allocations and time of running the same program twice are orders of magnitude larger than running them separately
|
|
11
|
630
|
June 17, 2024
|
Performance issue with an API calling another API
|
|
3
|
292
|
June 13, 2024
|
For `x::Vector{Char}`, which should I use `string(x...)` or `join(x)`?
|
|
6
|
192
|
June 13, 2024
|
About storing the results of Iterators.product into an array efficiently?
|
|
8
|
232
|
June 12, 2024
|
Intersection of level sets
|
|
12
|
529
|
June 6, 2024
|
[pre-ANN] DataFlowTasks.jl: a package for inferring task dependencies based on data annotations
|
|
8
|
1303
|
June 3, 2024
|
Failure to vectorize 8 Int64 multiplies when 8 Float64 multiplies vectorize
|
|
8
|
410
|
May 31, 2024
|
SortedDict with mutable values - why does this allocate?
|
|
11
|
196
|
May 19, 2024
|
Zygote much slower than JAX for automatic differentiation of energy
|
|
22
|
1238
|
May 15, 2024
|
Can I speed up this recursive set implementation?
|
|
38
|
678
|
May 10, 2024
|
Acceleration of Intel MKL on AMD Ryzen CPU's
|
|
34
|
6783
|
May 9, 2024
|
Efficient Dual Problems in JuMP? Or: Avoiding Symbolic Overheads with Complex Objectives?
|
|
12
|
419
|
May 9, 2024
|
Increase in allocations with Julia v1.11-beta
|
|
46
|
2967
|
May 8, 2024
|