In what cases does Cthulhu.jl give a more precise inferred return type than Julia's built-in return type inference?
|
|
0
|
39
|
October 31, 2024
|
Type inference difference in `mapreduce(f, op, t)` vs `reduce(op, map(f, t))`
|
|
1
|
317
|
October 24, 2024
|
Extracting each iteration result in KissABC.jl
|
|
4
|
129
|
September 5, 2024
|
What are the dangers of a possible proliferation of exception types?
|
|
7
|
183
|
July 24, 2024
|
Base.return_types and `Test.@inferred` conditionally failing unlike `@code_warntype`
|
|
6
|
180
|
May 30, 2024
|
Inconsistency between Core.Compiler.return_type and Test.@inferred
|
|
1
|
82
|
May 14, 2024
|
Why Julia fails to infere types in this example? What is the cost of this? What are requirements for type inference?
|
|
12
|
353
|
May 8, 2024
|
Tips for Estimating Non-linear Latent SDE
|
|
1
|
334
|
April 7, 2024
|
Make Julia complete the inference of some recursive code
|
|
2
|
360
|
March 11, 2024
|
RFC: Some Ideas to Tackle #15276 - performance of captured variables in closures
|
|
65
|
4299
|
February 16, 2024
|
Failure to optimize due to type recursion
|
|
4
|
364
|
January 9, 2024
|
Infer return type from ambiguous input
|
|
6
|
304
|
October 26, 2023
|
How to write a unit test that checks whether a function is type stable
|
|
23
|
1318
|
October 6, 2023
|
Allocations when indexing (Abstract)Arrays with large dimension
|
|
6
|
379
|
August 31, 2023
|
Inference in nested quadgk
|
|
0
|
202
|
June 6, 2023
|
Nested sampling for Bayesian parameter estimation in Julia
|
|
0
|
348
|
March 15, 2023
|
Constant propagation and inference of constructed types
|
|
14
|
1256
|
February 7, 2023
|
Type-inference with two variables that must have the same type
|
|
13
|
419
|
January 25, 2023
|
`@inferred` check for a small `Union` without being specific about the types
|
|
1
|
200
|
January 24, 2023
|
Why are the inferred types different between collect and comprehension?
|
|
3
|
283
|
January 6, 2023
|
[ANN] ProfileLikelihood.jl: Computing profile likelihoods
|
|
3
|
724
|
December 28, 2022
|
How to use type parameter variables across multiple parametric types
|
|
10
|
762
|
November 12, 2022
|
Why doesn't `vect` return a union-typed result if the number of elements is small?
|
|
3
|
608
|
September 13, 2022
|
Constructors for `<:Function` types when possible, like in C++
|
|
7
|
799
|
September 1, 2022
|
Improve this function for merging tuples so that the return type could be accurately inferred
|
|
1
|
347
|
July 28, 2022
|
JET is unhappy with broadcast assigning a matrix to a submatrix, rooted in `abstractarray.jl`
|
|
0
|
303
|
July 4, 2022
|
Interpreting `JET` warnings on a simple `Polyester` multithreaded loop
|
|
7
|
432
|
July 4, 2022
|
Incomplete description of type vector of pairs
|
|
6
|
843
|
June 15, 2022
|
Easier use of generated_quantities
|
|
0
|
615
|
May 19, 2022
|
Need help on understanding type inference / performance
|
|
13
|
883
|
May 10, 2022
|