Fix grammar mistake in performance section

This commit is contained in:
Erica Marigold 2024-07-05 17:15:49 +05:30
parent b458b93b11
commit fe82dc3ef3
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -48,7 +48,7 @@ type ExcludeTypes<T> = ~T
### Performance ### Performance
Theres been a lot of talk about [Bun](https://bun.sh), a fast and modern JavaScript runtime for the serverside. Luau can often outperform Bun. Im not one of believe in benchmarks, but a naive one would look like this: Theres been a lot of talk about [Bun](https://bun.sh), a fast and modern JavaScript runtime for the serverside. Luau can often outperform Bun. Im not one to believe in benchmarks, but a naive one would look like this:
![alt_text](./lune_bench.png "A benchmark of a SHA-256 implementation in Lune and Bun") ![alt_text](./lune_bench.png "A benchmark of a SHA-256 implementation in Lune and Bun")