Skip to content

Commit

Permalink
docs: fix readme link
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Sep 20, 2022
1 parent f7ce28d commit d94b563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -174,7 +174,7 @@ dispose(calculateSum)

This repository includes a [benchmark folder](https://github.com/elbywan/hyperactiv/tree/master/bench) which pits `hyperactiv` against other similar libraries.

While not the best in terms of raw performance it is still reasonably fast and I encourage you to have a look at the different implementations to compare the library APIs. [For instance there is no `.get()` and `.set()` wrappers when using `hyperactiv`](https://github.com/elbywan/hyperactiv/blob/master/bench/layers.mjs#L302).
While not the best in terms of raw performance it is still reasonably fast and I encourage you to have a look at the different implementations to compare the library APIs. [For instance there is no `.get()` and `.set()` wrappers when using `hyperactiv`](https://github.com/elbywan/hyperactiv/blob/master/bench/layers.mjs#L343).

**Here are the raw results: _(100 runs per tiers, average time ignoring the 10 best & 10 worst runs)_**

Expand Down

0 comments on commit d94b563

Please sign in to comment.