Back to blog

Bristech: Polars DataFrame library built on Apache Arrow

Thu, 16 Sept 2021

Polars, the fastest DataFrame library you never heard of...

This talk will introduce Polars, a blazingly fast DataFrame library written in Rust on top of Apache Arrow. Its a DataFrame library that brings exploratory data analysis closer to the lessons learned in database research.

CPU’s today’s come with many cores and with their superscalar designs and SIMD registers allow for even more parallelism. Polars is written from the ground up to fully utilize the CPU’s of this generation.

Besides blazingly fast algorithms, cache efficient memory layout and multi-threading, it consists of a lazy query engine, allowing Polars to do several optimizations that may improve query time and memory usage.

Talk organized by Bristech as part of their monthly Meetup sessions.

1
2
4
3
5
6
7
8
9
10
11
12