Skip to content

Commit

Permalink
Update performance section
Browse files Browse the repository at this point in the history
It's gotten 10x faster! There have been a lot of improvements, but I'm
also testing on an M2 now.
  • Loading branch information
banga committed Dec 29, 2023
1 parent c711bdb commit ae8d161
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,9 @@ Tested by measuring the time it took to pipe the output `git log -p` to `/dev/nu

| Features enabled | ms/kloc |
| ----------------------------------------------------- | --------------- |
| Everything | 466<sup>1</sup> |
| No syntax highlighting | 40 |
| No syntax highlighting, no inline change highlighting | 34 |

<sup>1</sup> https://github.com/shikijs/shiki/pull/151 improves this to 333ms/kloc
| Everything | 45 |
| No syntax highlighting | 15 |
| No syntax highlighting, no inline change highlighting | 13 |

## Troubleshooting

Expand Down

0 comments on commit ae8d161

Please sign in to comment.