Back to browse
GitHub Repository

High-performance DataFrame library written in C++ with Python bindings.

13 starsC++

DataFrame Library Nobody Asked For

by NavodPeiris·May 27, 2026·2 points·0 comments

AI Analysis

MidBold Bet

Yet another DataFrame library competing against established tools like Polars.

Strengths
  • C++ backend with multithreaded operations across all CPU cores automatically.
  • Typed std::vector column storage eliminates Python object overhead.
  • Claims 6x memory reduction versus Polars on large CSV loads.
Weaknesses
  • DataFrame category saturated with Polars, Pandas, DuckDB, and Arrow.
  • Eight stars and zero forks suggests unproven performance claims.
Category
Target Audience

Python developers working with large datasets

Similar To

Polars · Pandas · DuckDB

Similar Projects

AI/ML●●Solid

AgentKV – SQLite for AI agent memory (MMAP vector+graph DB)

Single-file mmap storage plus an HNSW vector index and explicit graph edges is an elegant, practical combo — think "SQLite for agent memory" with CRC-32 crash recovery and zero-server convenience. The C++20 core + nanobind gives zero-copy NumPy views and GIL-free searches, and the claimed FAISS-like throughput makes this genuinely interesting for local setups; main caveat is build/toolchain friction and how rich the surrounding ecosystem becomes.

WizardryNiche Gem
shiwang_khera
103mo ago