Skip to content

Commit

Permalink
docs: Correct Arrow misconception (#21053)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Feb 3, 2025
1 parent 0cb0746 commit 480edbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ in Rust, and available for Python, R and NodeJS.
data to be in memory at the same time.
- **Parallel**: Utilises the power of your machine by dividing the workload among the available CPU
cores without any additional configuration.
- **Vectorized Query Engine**: Using [Apache Arrow](https://arrow.apache.org/), a columnar data
format, to process your queries in a vectorized manner and SIMD to optimize CPU usage.
- **Vectorized Query Engine**
- **GPU Support**: Optionally run queries on NVIDIA GPUs for maximum performance for in-memory
workloads.
- **[Apache Arrow support](https://arrow.apache.org/)**: Polars consume and produce Arrow data often
zero-copy. Note that Polars is not build on a Pyarrow/Arrow implementation. Polars has written all
compute and buffer implementations.

<!-- dprint-ignore-start -->

Expand Down

0 comments on commit 480edbc

Please sign in to comment.