-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: improve performance of the index selector
added more structure and metadata to the automaton, improving perf of all queries in general (~6% thpt) and array-index queries in particular (~12% thpt) ref: #138
- Loading branch information
Showing
8 changed files
with
415 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
* eol=lf | ||
/pdf/* -text | ||
/pdf/* -text | ||
/crates/rsonpath-syntax/tests/error_snapshots.rs diff |
Submodule rsonpath-benchmarks
updated
3 files
+4 −2 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+5 −4 | src/implementations/jsonpath_rust.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.