Back to browse
GitHub Repository

The correctness-first Python-native query kernel. A pure Python incremental computation engine

3 starsPython

Pyinc – a pull-based incremental query kernel for Python

by brumbelow·Apr 30, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Backdating equal results keeps downstream consumers valid without re-running.

Strengths
  • Strict mode freezes returned values to prevent accidental mutation bugs.
  • UntrackedReadError blocks raw open() calls to enforce dependency tracking.
  • Zero runtime dependencies and stdlib-only makes deployment trivial.
Weaknesses
  • Pure Python implementation may struggle with performance compared to Rust alternatives.
  • Niche audience limits adoption to specific reactive programming use cases.
Target Audience

Python developers building data pipelines or reactive systems

Similar To

Salsa · Jane Street Incremental · Bazel

Similar Projects