You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@
21
21
- Recursive and regular `$ref` compilation deduplicates validator nodes, which decreases the memory usage and improves performance.
22
22
- Validator compilation restores the regex cache for faster builds on regex-heavy schemas and precomputes absolute schema locations, trading a bit of compile time for faster `apply` on location-heavy workloads.
23
23
- Large schema compilation is significantly faster. [#755](https://github.com/Stranger6667/jsonschema/issues/755)
24
+
-`unevaluatedProperties` validation is 25-35% faster through optimized property marking and early-exit paths.
25
+
-`unevaluatedProperties` memory usage drastically reduced by eliminating redundant registry clones during compilation.
Copy file name to clipboardExpand all lines: crates/jsonschema-py/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
- Recursive and regular `$ref` compilation deduplicates validator nodes, which decreases the memory usage and improves performance.
16
16
- Validator compilation restores the regex cache for faster builds on regex-heavy schemas and precomputes absolute schema locations, trading a bit of compile time for faster `apply` on location-heavy workloads.
17
17
- Large schema compilation is significantly faster. [#755](https://github.com/Stranger6667/jsonschema/issues/755)
18
+
-`unevaluatedProperties` validation is 25-35% faster through optimized property marking and early-exit paths.
19
+
-`unevaluatedProperties` memory usage drastically reduced by eliminating redundant registry clones during compilation.
0 commit comments