weld-project / weld

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

Rewrite configuration setting for weld package #487

Open sppalkia opened 4 years ago

sppalkia commented 4 years ago

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.