josephg/diamond-types
The world's fastest CRDT. WIP. observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 95
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2231
- days_rel: n/a
- days_push: 33
- n_releases_24m: 0
Adoption not part of the score
1834 stars · 42 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A high-performance Rust CRDT library for concurrent text editing, enabling multiple users to edit shared documents in a P2P network without a central server. It is optimized for speed and interoperable with positional updates via operational transform, with WASM builds for Node.js and browsers.
Use cases
- build a collaborative text editor with real-time multi-user editing
- sync text documents between peers without a central server
- add CRDT-based offline-first editing to an app
- integrate collaborative editing into a browser or Node.js app via WASM
- bridge CRDT updates with operational-transform-based clients
- benchmark or study high-performance CRDT implementations
When to choose
- you need extremely fast CRDT performance for plain text editing
- you want serverless P2P collaborative text editing
- you need a Rust CRDT with WASM bindings for web apps
- you need interoperability with operational-transform-based peers
When to avoid
- you need CRDTs for rich text or structured JSON data (only plain text is supported)
- you need a stable, production-hardened API (the project is WIP and the published crate is outdated)
- you need a license other than ISC or strict licensing guarantees (license metadata is missing on the repo)
Facets
library · maturity experimental
serialization concurrency developer-tools microservices text-editors developer-tools rust cross-platform wasm browser crdt collaborative-editing text-editing p2p operational-transform high-performance real-time nodejs
1 source
- readme: https://github.com/josephg/diamond-types · fetched 2026-08-28 · 8d79b4a69e43
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| josephg/diamond-types | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="josephg/diamond-types")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem