Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jul 29, 2023
1 parent a499b09 commit 7d0bbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Minimal XmlReader is a simple, lightweight, and fast XML reader for .NET, mainly viable for NativeAOT.

Official XmlReader will use at least up to 6MB of additional self-contained executable binary size. This library tries to reduce this size, while also reducing memory usage and improving performance, in case you don't want to do any extra fancy XML reading.
**Official XmlReader uses at least up to 6MB of additional self-contained executable binary size!** This library tries to reduce this size, while also reducing memory usage and improving performance, in case you don't want to do any extra fancy XML reading or validating.

**Beware this is still considered unstable** and on larger XML files this may be still less efficient than the official XmlReader.

Expand Down

0 comments on commit 7d0bbfb

Please sign in to comment.