Skip to content

Commit d22777a

Browse files
committed
Update package release notes
1 parent c05d5cb commit d22777a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/Roydl.Text.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@
2121
<PackageId>Roydl.Text</PackageId>
2222
<Product>Roydl.Text</Product>
2323
<PackageReleaseNotes>- Add full support for .NET 10.0
24-
- Removed support for older .NET versions as they have already reached EOL or will soon reach it
24+
- Removed support for older .NET versions that have reached or will soon reach EOL
25+
- All binary-to-text encodings rewritten for maximum throughput using Parallel.For, double-buffered I/O, and ArrayPool&lt;byte&gt;
26+
- AVX2 and AVX-512 SIMD acceleration added for Base-2, Base-8, Base-10, Base-16, Base-32, Base-85
27+
- Base-64 parallelized on top of .NET's built-in hardware-accelerated System.Buffers.Text.Base64
28+
- Base-32 encoding correctness fixed per RFC 4648
29+
- Base-91 gains from chunk-based I/O and reverse lookup table
30+
- Helper.GetBufferSize hardened for non-seekable streams
31+
- TextConvert.Rot13 and FormatSeparators allocation improvements
2532
</PackageReleaseNotes>
2633
<AppDesignerFolder>Resources</AppDesignerFolder>
2734
<Title>Roy's Dynamic-Link Libraries – Text Encoding and more</Title>

0 commit comments

Comments
 (0)