Skip to content

Commit

Permalink
Mention that crossbeam-channel as the same algorithm as std (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaJewson authored Nov 18, 2024
1 parent acda1d8 commit 649e731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 649e731

Please sign in to comment.