Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Jan 2, 2024
1 parent c01bb78 commit b5b6dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please read the full documentation in our [wiki](https://github.com/MarkCiliaVin
## Benchmarks
This library has been extensively benchmarked against several other options and [our benchmarks](https://github.com/MarkCiliaVincenti/AsyncKeyedLockBenchmarks/actions) run publicly and transparently on Github Actions.

When striped locking is an option, the `StripedAsyncKeyedLocker` beats any other option in terms of both speed as well as memory allocations.
When striped locking is an option, the `StripedAsyncKeyedLocker` consistently beats any other option in terms of both speed as well as memory allocations.

When the traditional dictionary-based method is used, `AsyncKeyedLocker` with pooling provides a great balance in terms of speed and memory allocations, which is an excellent, safe go-to solution.

Expand Down

0 comments on commit b5b6dcf

Please sign in to comment.