apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
343 stars 69 forks source link

Consider publishing specific target-optimized builds #446

Open Dandandan opened 1 year ago

Dandandan commented 1 year ago

Is your feature request related to a problem or challenge? Please describe what you are trying to do. DataFusion bindings currently uses the default cpu-target for x86_64 which doesn't generate sse4, avx, etc. instructions.

Describe the solution you'd like Consider publishing builds like arrow-datafusion-skylake etc. that has optimized binaries for a specific architecture.

Describe alternatives you've considered

Additional context