[PR #3009] [CLOSED] Add crdt-merge — CRDT-backed merge for DataFrames, models & agents #11340

Closed
opened 2026-04-24 06:06:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/3009
Author: @mgillr
Created: 3/30/2026
Status: Closed

Base: masterHead: add-crdt-merge


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Hi! 👋

I'd like to add crdt-merge to the Data Analysis section.

crdt-merge is a Python library that enforces CRDT (Conflict-free Replicated Data Type) correctness across every merge operation — for tabular data, neural network model weights, and AI agent memory.

  • 2,600+ tests passing
  • 26 merge strategies, all CRDT-compliant
  • Zero required dependencies
  • PyPI: pip install crdt-merge
  • Python 3.9+
  • 38.8x faster than naive baselines on A100
  • Supports DuckDB, Polars, pandas, Arrow, Delta Lake
  • BSL 1.1 → Apache 2.0 (converts 2028)

Thanks for maintaining this incredible list! 🙏


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/3009 **Author:** [@mgillr](https://github.com/mgillr) **Created:** 3/30/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-crdt-merge` --- ### 📝 Commits (1) - [`0bac7a7`](https://github.com/vinta/awesome-python/commit/0bac7a714f4af103ef97d12fd420c58d1bb159c1) Add crdt-merge ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Hi! 👋 I'd like to add [crdt-merge](https://github.com/mgillr/crdt-merge) to the **Data Analysis** section. **crdt-merge** is a Python library that enforces CRDT (Conflict-free Replicated Data Type) correctness across every merge operation — for tabular data, neural network model weights, and AI agent memory. - ✅ 2,600+ tests passing - ✅ 26 merge strategies, all CRDT-compliant - ✅ Zero required dependencies - ✅ PyPI: `pip install crdt-merge` - ✅ Python 3.9+ - ✅ 38.8x faster than naive baselines on A100 - ✅ Supports DuckDB, Polars, pandas, Arrow, Delta Lake - ✅ BSL 1.1 → Apache 2.0 (converts 2028) Thanks for maintaining this incredible list! 🙏 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 06:06:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#11340