Skip to content

Commit

Permalink
Add performance improvments to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Dec 13, 2023
1 parent bcfb45d commit 29b15f7
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,28 @@ sarc.Write(ms);

| Function | Elapsed | Allocated |
|:----------------------------------------|:--------:|:---------:|
| Read TitleBG (143MB. LE) | 24.27 ms | 140 MB |
| Read TitleBG (75MB, BE) | 29.16 ms | 74 MB |
| Read TitleBG (143MB, LE) | 24.27 ms | 140 MB |
| Read TitleBG (75MB, BE) | 12.06 ms | 74 MB |
| | | |
| Write TitleBG (143MB, LE) | 12.43 ms | 66 KB |
| Write TitleBG (75MB, BE) | 6.41 ms | 66 KB |
| | | |
| Read TitleBG (Immutable) (143MB, LE) | 16.61 ns | - |
| Read TitleBG (Immutable) (75MB, BE) | 16.27 ns | - |

### Improvments Over Last Version

| Function | Speed Increased |
|:----------------------------------------|----------------:|
| Read TitleBG (143MB, LE) | 2.1% |
| Read TitleBG (75MB, BE) | 2.4% |
| | |
| Write TitleBG (143MB, LE) | 10.3% |
| Write TitleBG (75MB, BE) | 6.4% |
| | |
| Read TitleBG (Immutable) (143MB, LE) | 3,071,643.6% |
| Read TitleBG (Immutable) (75MB, BE) | 2,417,910.5% |

### Install

[![NuGet](https://img.shields.io/nuget/v/SarcLibrary.svg)](https://www.nuget.org/packages/SarcLibrary) [![NuGet](https://img.shields.io/nuget/dt/SarcLibrary.svg)](https://www.nuget.org/packages/SarcLibrary)
Expand Down

0 comments on commit 29b15f7

Please sign in to comment.