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

Add encoding/decoding support of tuples in Python #488

Closed sppalkia closed 4 years ago

sppalkia commented 4 years ago

Addresses #482.

This allows the primitive Python encoder and decoder to marshals comprised of other primitive values (currently: integers, floats, booleans, and other tuples).