RFC: Some Ideas to Tackle #15276 - performance of captured variables in closures
|
|
64
|
2598
|
March 17, 2023
|
Nested sampling for Bayesian parameter estimation in Julia
|
|
0
|
67
|
March 15, 2023
|
Constant propagation and inference of constructed types
|
|
14
|
1046
|
February 7, 2023
|
Type-inference with two variables that must have the same type
|
|
13
|
199
|
January 25, 2023
|
`@inferred` check for a small `Union` without being specific about the types
|
|
1
|
62
|
January 24, 2023
|
Type inference difference in `mapreduce(f, op, t)` vs `reduce(op, map(f, t))`
|
|
0
|
84
|
January 20, 2023
|
Why are the inferred types different between collect and comprehension?
|
|
3
|
119
|
January 6, 2023
|
[ANN] ProfileLikelihood.jl: Computing profile likelihoods
|
|
3
|
407
|
December 28, 2022
|
How to use type parameter variables across multiple parametric types
|
|
10
|
155
|
November 12, 2022
|
Why doesn't `vect` return a union-typed result if the number of elements is small?
|
|
3
|
348
|
September 13, 2022
|
Constructors for `<:Function` types when possible, like in C++
|
|
7
|
421
|
September 1, 2022
|
Improve this function for merging tuples so that the return type could be accurately inferred
|
|
1
|
177
|
July 28, 2022
|
JET is unhappy with broadcast assigning a matrix to a submatrix, rooted in `abstractarray.jl`
|
|
0
|
144
|
July 4, 2022
|
Interpreting `JET` warnings on a simple `Polyester` multithreaded loop
|
|
7
|
240
|
July 4, 2022
|
Incomplete description of type vector of pairs
|
|
6
|
309
|
June 15, 2022
|
Easier use of generated_quantities
|
|
0
|
297
|
May 19, 2022
|
Need help on understanding type inference / performance
|
|
13
|
493
|
May 10, 2022
|
A simple inference bug with Dates.Period?
|
|
2
|
201
|
April 25, 2022
|
ANN: SimulatedNeuralMoments
|
|
3
|
636
|
April 2, 2022
|
Why isn't `size` always inferred to be an Integer?
|
|
24
|
902
|
January 24, 2022
|
Why is Julia not inferring the output type of f(x,y)=x+y?
|
|
11
|
563
|
December 26, 2021
|
How to debug internal runtime error?
|
|
4
|
454
|
December 23, 2021
|
Inference problem with findall
|
|
5
|
233
|
December 17, 2021
|
Why is the type of factors not being inferred while multiplying an AbstractQ with a vector?
|
|
3
|
317
|
September 30, 2021
|
Trying to understand the return type of an array comprehension if the function being called returns a Union
|
|
1
|
255
|
June 23, 2021
|
[ANN] JET.jl: the next generation of code checker for Julia
|
|
11
|
3664
|
April 21, 2021
|
Inference on field types?
|
|
10
|
648
|
January 18, 2021
|
How to debug inlining fails?
|
|
1
|
306
|
November 24, 2020
|
Type inference for nested iterators
|
|
16
|
745
|
September 25, 2020
|
Possible bug in type inference? (4 line MWE)
|
|
9
|
469
|
September 10, 2020
|