Alessandro Cheli

Results 180 comments of Alessandro Cheli

```julia julia> ex = quote "foo $bar" f(x) = x+1 end; julia> JLFunction(ex) "foo $bar" f(x) = x + 1 ``` @Roger-luo works?

@gkronber it it provides a substantial speedup, we could move the UniqueQueue to another PR and merge it when Julia 1.11 is released, setting the min version of Julia to...

> > @gkronber it it provides a substantial speedup, we could move the UniqueQueue to another PR and merge it when Julia 1.11 is released, setting the min version of...

> > > @gkronber it it provides a substantial speedup, we could move the UniqueQueue to another PR and merge it when Julia 1.11 is released, setting the min version...

Amazing. Thank you @gkronber - Merging when you mark this as ready :+1:

> I have a few more changes that I would like to sneak into this PR. They are only tangentially related. @0x0f0f0f, can I add the changes here or should...

> I saw that the MT code deviates from most recent egg code slightly since the changes from [egraphs-good/egg#291](https://github.com/egraphs-good/egg/pull/291) which is partially related to this PR and mentions _There are...

@gkronber I gave you maintainer write access, you should now be able to push to branches of this repository, so that benchmarks will run automatically on your PRs, if you...