We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f1bbf commit 78667f8Copy full SHA for 78667f8
1 file changed
nimsync.nimble
@@ -1,7 +1,7 @@
1
# nimsync.nimble
2
-version = "0.2.1"
+version = "1.0.0"
3
author = "boonzy"
4
-description = "Lock-free SPSC channels for Nim (212M+ ops/sec verified)"
+description = "Production-ready async runtime with lock-free SPSC channels (615M ops/sec, 31ns P99)"
5
license = "MIT"
6
srcDir = "src"
7
0 commit comments