Skip to content

Commit

Permalink
Update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Mar 15, 2024
1 parent af313cf commit b09c2af
Showing 1 changed file with 10 additions and 23 deletions.
33 changes: 10 additions & 23 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,16 @@ sarc.Write(ms);

## Benchmarks

| Function | Elapsed | Allocated |
|:----------------------------------------|:--------:|:---------:|
| 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% |
| Function | Elapsed | Allocated |
| :----------------------------------- | -------: | --------: |
| Read TitleBG (143MB, LE) | 12.12 us | 64.62 KB |
| Read TitleBG (75MB, BE) | 12.04 us | 64.73 KB |
| | | |
| Write TitleBG (143MB, LE) | 12.39 ms | 12 B |
| Write TitleBG (75MB, BE) | 6.59 ms | 1 B |
| | | |
| Read TitleBG (Immutable) (143MB, LE) | 16.61 ns | - |
| Read TitleBG (Immutable) (75MB, BE) | 16.27 ns | - |

### Install

Expand Down

0 comments on commit b09c2af

Please sign in to comment.