We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8b745 commit 6d172b5Copy full SHA for 6d172b5
1 file changed
RELEASE_NOTES.md
@@ -1,3 +1,10 @@
1
+### 3.3.1
2
+* Quick summary of changes:
3
+ - Performance improvements: optimized `iterAsync` and `iteriAsync`; optimized `collect`, `mapAsync` and `unfoldAsync`; fixed append memory leak (Issue #35).
4
+ - Added `mapAsyncUnorderedParallel` for improved parallel performance.
5
+ - Set up BenchmarkDotNet for systematic benchmarking; performance benchmarks show measurable improvements (addresses Round 1 & 2 of #190).
6
+ - Build/CI updates: configuration and build-step updates.
7
+
8
### 3.2.1
9
* Release latest
10
0 commit comments