Open MaxOstrowski opened 10 months ago
Performance becomes an issue with fixpoint optimization. While dependency analysis etc.. could profit from on the fly recomputation, this is hard to implement. Pick low hanging fruits by analysing bottlenecks.
Most of the time seems to be spend using sympy simplify. Second largest is accessing AST's in general, collecting binding information.
Performance becomes an issue with fixpoint optimization. While dependency analysis etc.. could profit from on the fly recomputation, this is hard to implement. Pick low hanging fruits by analysing bottlenecks.