From c8b8844c81dd819f240d253cf4856795df45a51c Mon Sep 17 00:00:00 2001 From: Flix Date: Wed, 6 Nov 2024 12:25:54 +0100 Subject: [PATCH] Update benchmark link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab0c388..849bcc8 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,9 @@ assert_eq!(parsed, data); ## Benchmarks -For now, see [here](https://github.com/FlixCoder/rust_serialization_benchmark/tree/add-brief). +For benchmark results, [see here](https://github.com/djkoloski/rust_serialization_benchmark). + +I expect there to be plenty room for performance improvements still. If you are interested in maximum performance, please try using profile-guided optimization. It measurably improves performance on this library. For further information, see the [PGO usage docs](./docs/pgo.md).