From 07759e7b6c4772df6be05d322cd7fd0602764551 Mon Sep 17 00:00:00 2001 From: Brian Floersch Date: Sun, 7 Apr 2024 13:30:59 -0400 Subject: [PATCH] Spelling and cleanup --- Benchmarks/Readme.md | 3 --- Examples/ImageConverter/Sources/ImageConverter/main.swift | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Benchmarks/Readme.md b/Benchmarks/Readme.md index be92f00..f11c50f 100644 --- a/Benchmarks/Readme.md +++ b/Benchmarks/Readme.md @@ -101,9 +101,6 @@ SPMC Async alg | `RefData` | `3929` MPMC Async alg | `RefData` | `4285` MPSC Async alg Write Contention | `RefData` | `20992` - - - ## Async Channels vs Async Algorithms AsyncChannel Apple has their own channel implementation in the [swift-async-algorithms package](https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides/Channel.md). We cannot compare every benchmark since it does not support buffering or select. diff --git a/Examples/ImageConverter/Sources/ImageConverter/main.swift b/Examples/ImageConverter/Sources/ImageConverter/main.swift index aa77bc5..003833e 100644 --- a/Examples/ImageConverter/Sources/ImageConverter/main.swift +++ b/Examples/ImageConverter/Sources/ImageConverter/main.swift @@ -69,7 +69,7 @@ for i in 0..