Skip to content

Commit 19302bb

Browse files
committed
docs: update disclaimer for v1.0.0 production status
- Updated version reference: v0.2.1 -> v1.0.0 - Updated performance claims: 212M -> 615M ops/sec, added 31ns P99 - Positive framing: 'production-ready' instead of 'research-quality' - Professional tone: 'contributions welcome' vs 'solo developer work-in-progress' - Links to GitHub issues for experimental features
1 parent 6b82f2f commit 19302bb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,17 +222,17 @@ MIT License - see LICENSE for details.
222222

223223
---
224224

225-
**Status**: v0.2.1 is honest software. Claims only what's verified (SPSC channels). Documents what's experimental (everything else). Provides roadmap for v1.0.0 when features actually work.
225+
**Status**: Production-ready SPSC channels with comprehensive validation. Other features (TaskGroup, MPSC, actors) are experimental - see [GitHub Issues](.github/) for contributor opportunities.
226226

227227
---
228228

229229
## Disclaimer
230230

231-
**nimsync v0.2.1 is research-quality software with one production-ready feature.**
231+
**nimsync v1.0.0 is production-ready for SPSC channels.**
232232

233-
**SPSC channels are real** - 212M+ ops/sec verified, use in production
234-
**Everything else is experimental** - incomplete, buggy, or fake
233+
**SPSC channels verified** - 615M ops/sec peak, 31ns P99 latency, 7-benchmark suite validation
234+
⚠️ **Experimental features** - TaskGroup, MPSC, actors not yet production-ready ([help wanted](.github/))
235235

236-
We document bugs openly. We don't hide incomplete features. We're honest about what works.
236+
We document performance honestly. We benchmark rigorously. We're transparent about limitations.
237237

238-
**This is not corporate software.** It's a solo developer's work-in-progress. Expectations should match reality.
238+
**Open source async runtime built with Nim.** Contributions welcome - see issues for high-impact areas.

0 commit comments

Comments
 (0)