weld-project / weld

High-performance runtime for data analytics applications
https://www.weld.rs
BSD 3-Clause "New" or "Revised" License
2.99k stars 259 forks source link

Optimized Let Inliner #397

Closed sppalkia closed 5 years ago

sppalkia commented 6 years ago

Fixes an O(n^2) algorithm for the Let inliner.

Also removes the fix-iterate transform.