diff --git a/README.md b/README.md index 468b17b..a656007 100644 --- a/README.md +++ b/README.md @@ -173,4 +173,8 @@ byte | value | description ## MSRV -Requires rust >= 1.63 (debian stable) \ No newline at end of file +Requires rust >= 1.63 (debian stable) + +## Profile-Guided Optimization (PGO) + +According to the [tests](https://github.com/lovasoa/serde-sqlite-jsonb/discussions/1#discussion-6500343), PGO helps with achieving better performance - up to ~20% speed up. So if you want to optimize the library usage - consider enabling PGO for your application.