Closed plut closed 2 years ago
Hi, I confirm that first time (printing) is still slow; which was reported here https://github.com/JuliaPolyhedra/Polyhedra.jl/issues/216. Idk if this was reported upstream (I'm not familiar with rr, but perhaps it's worth a try.. ? Does the problem also happen with Julia v1.6 ?)
Indeed, this came back. I agree that reporting with rr
could help Julia developers fix the compiler issue. But we should first check whether this is improved with Julia v1.6.
In Julia v1.6.0-beta1 the behavior is the same so I opened an issue (https://github.com/JuliaLang/julia/issues/39349).
In the meantime, starting Julia with $ julia --compile=min
is a workaround, printing is immediate with that option (idk what other implications it has).
Using version
0.6.10
here, issue #110 still seems to be present. The symptoms are the exact same:In #110 it is claimed that #122 fixed this. However, the problem might have re-appeared since then. As an alternative, using
GLPK
does not improve this much:produces the same results.
edit I also tried using
p = polyhedron(rep, CDDLib.Library())
, with the same result: the first call takes several minutes.