Hacker News new | ask | show | jobs
by kvnkho 1178 days 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.
1 comments

Trying 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?

Yes 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.