Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
  • Loading branch information
Stranger6667 committed Sep 14, 2024
1 parent c8ecd96 commit 462fcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jsonschema-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ validator.is_valid("invalid") # False
`jsonschema-rs` is designed for high performance, outperforming other Python JSON Schema validators in most scenarios:

- Up to **30-390x** faster than `jsonschema` for complex schemas and large instances
- Generally 2-5x faster than `fastjsonschema` on CPython
- Generally **2-5x** faster than `fastjsonschema` on CPython
- Comparable or slightly slower performance for very small schemas

For detailed benchmarks, see our [full performance comparison](BENCHMARKS.md).
Expand Down

0 comments on commit 462fcd3

Please sign in to comment.