Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 authored Jul 29, 2023
1 parent 923e656 commit a499b09
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Minimal XmlReader

Minimal XmlReader is a simple, lightweight, and fast XML reader for .NET, maily viable for NativeAOT.
[![Nuget](https://img.shields.io/nuget/v/MinimalXmlReader?style=for-the-badge)](https://www.nuget.org/packages/MinimalXmlReader/)
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/BigBang1112/minimal-xmlreader?include_prereleases&style=for-the-badge)](https://github.com/BigBang1112/minimal-xmlreader/releases)

Official XmlReader will use at least to 6MB of additional self-contained executable binary size. This library tries to reduce this size, while also reduce memory usage and improve performance, in case you don't want to do any extra fancy XML reading.
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.

**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 a499b09

Please sign in to comment.