6 ms·
Well said! Python can push down to other languages like Rust and C to speed things up. Python can serve as a great end-user interface.
by kvnkho 3y ago
Well said! Python can push down to other languages like Rust and C to speed things up. Python can serve as a great end-user interface.
- chrisjc 3y agoTrying to wrap my head around Fugue and the comment explaining how Python is a good wrapper. Does Fugue take advantage of each sublayer that already uses Arrow?
- goodwanghan 3y agoYes we do. We try to leverage Arrow as much as we can. And different from many other computing frameworks, Fugue doesn't invent new data types, it just uses Arrow data types.