Mention that crossbeam-channel as the same algorithm as std (#76)

This commit is contained in:
Sabrina Jewson 2024-11-18 09:12:09 +00:00 committed by GitHub
parent acda1d8e3a
commit 649e731b5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1054,7 +1054,7 @@
"recommendations": [
{
"name": "crossbeam-channel",
"notes": "The absolute fastest channel implementation available. Implements Go-like 'select' feature."
"notes": "The same channel algorithm as in the standard library but with a more powerful API, offering a Go-like 'select' feature."
}, {
"name": "flume",
"notes": "Smaller and simpler than crossbeam-channel and almost as fast"