Skip to content

Grizzlars

Developer Productivity

A high‑performance Python DataFrame library backed by a multithreaded C++ engine for fast, low‑memory data manipulation

C++ Latest v0.1.1 · 10d ago Security brief →

Features

  • Multithreaded C++ core enables parallel operations across all CPU cores
  • Consumes up to ~6× less memory than Polars when loading large CSVs
  • Python API with typed columns stored as native std::vector buffers (no GIL overhead)
  • Supports standard DataFrame actions: sort, filter, groupby, join, aggregation
  • Built‑in I/O helpers (`read_csv`, `to_csv`) that leverage the native multithreaded reader/writer

Recent releases

View all 2 releases →
No immediate action
v0.1.1 New feature

Performance improvements

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

About

Stars
12
Forks
1
Languages
C++ Python CMake

Install & Platforms

Install via
pip
Platforms
linux macos windows

Similar tools

Alternative to

Polars

Beta — feedback welcome: [email protected]