Skip to content

Conversation

LeadcodeDev
Copy link
Owner

No description provided.

The changes show a significant refactoring of the validation
architecture with the following key updates:

- Convert rule storage from Queue to List for better performance -
Remove field pooling optimization in favor of simpler code - Simplify
rule parsing by removing positioned rules - Move nullable/optional rules
to beginning of rules list - Streamline object/array schema validation
flow - Update performance benchmark results in README - Fix various
smaller validation issues

This refactoring prioritizes code clarity and maintainability while
retaining solid validation capabilities.
@LeadcodeDev LeadcodeDev self-assigned this Sep 5, 2025
@LeadcodeDev LeadcodeDev added the bug Something isn't working label Sep 5, 2025
@LeadcodeDev LeadcodeDev linked an issue Sep 5, 2025 that may be closed by this pull request
@LeadcodeDev LeadcodeDev changed the title fix: keep vine_rules accross many validations fix: keep vine rules accross many validations Sep 5, 2025
@LeadcodeDev LeadcodeDev merged commit 7547f20 into main Sep 5, 2025
@LeadcodeDev LeadcodeDev deleted the 2-false-positive-after-the-first-iteration branch September 5, 2025 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

False positive after the first iteration

1 participant