We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our goal is to improve the performance of SchemaValidatorImpl.java.
SchemaValidatorImpl.java
We found already some starting points to improve the performance like:
We also saw that the current implementation makes it hard to investigate performance issues and want to improve the following:
validate
To be able to measure our performance improvements we want to create small jmh benchmarks in vertx-json-schema with the following characteristics:
vertx-json-schema
The text was updated successfully, but these errors were encountered:
CheesyBoy123
No branches or pull requests
Our goal is to improve the performance of
SchemaValidatorImpl.java
.We found already some starting points to improve the performance like:
We also saw that the current implementation makes it hard to investigate performance issues and want to improve the following:
validate
method inSchemaValidatorImpl.java
by extracting the single if statements into separate methods.To be able to measure our performance improvements we want to create small jmh benchmarks in
vertx-json-schema
with the following characteristics:The text was updated successfully, but these errors were encountered: