Skip to content

Commit d46a548

Browse files
committed
chore: fix perf claims
1 parent e216624 commit d46a548

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Fast & flexible channels for Dart/Flutter.
1919
Rust-style concurrency primitives: **MPSC, MPMC, SPSC, OneShot**, plus **drop policies**, **latest-only**, **select**, stream/isolate/web adapters.
2020

2121
<p align="center">
22-
<b>Bench-tested</b> · <code>~1.7–1.9 Mops/s</code> for classic queues · <code>~130–140 Mops/s</code> for LatestOnly
22+
<b>Bench-tested</b> · <code>~1.6–1.9 Mops/s</code>
2323
</p>
2424

2525
## ✨ Features

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cross_channel
22
description: High-performance & flexible channels for Dart/Flutter.
3-
version: 0.8.0
3+
version: 0.8.1
44
repository: https://github.com/mkidv/cross_channel
55
issue_tracker: https://github.com/mkidv/cross_channel/issues
66

0 commit comments

Comments
 (0)