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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
### Performance
22
22
23
-
-`apply` now reuses cached schema locations, URI fragments, and buffers for up to ~2.5× faster validation.
23
+
-`apply` now reuses cached schema locations, URI fragments, and buffers for up to ~2.5x faster validation.
24
24
- Recursive and regular `$ref` compilation deduplicates validator nodes, which decreases the memory usage and improves performance.
25
25
- 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.
26
26
- Large schema compilation is significantly faster. [#755](https://github.com/Stranger6667/jsonschema/issues/755)
0 commit comments