gabotechs commented on issue #1612: URL: https://github.com/apache/datafusion-python/issues/1612#issuecomment-4844067775
Compiling the wheels locally with `maturin build --release` gives something like this: <html><head></head><body> Build | Wheel size | Native .so uncompressed -- | -- | -- origin/main | 40.45 MiB | 116.41 MiB distributed branch | 42.34 MiB | 121.57 MiB Increase | +1.89 MiB | +5.16 MiB </body></html> So it's like a bit less than a 5% increase in size. As someone who does not deal with the consequences of big wheels, it seems like a cheap price to pay for the simplicity and the integrated experience for `datafusion-python` consumers (they would not need to import an external Python package). But again, it's very easy for me to say this if I'm not the one accountable for the consequences. 🤔 Could there be a way of getting the best of both worlds? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
