weld-project / weld

High-performance runtime for data analytics applications

Home Page:https://www.weld.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite configuration setting for weld package

sppalkia opened this issue · comments

Setting runtime settings for Weld in the Python package requires manually adding parameters to each supported function, so those parameters can be passed into WeldObject's evaluate. A config module or a .config file would be a nicer way to set settings such as memory usage, compile flags, number of threads, and logging.