Skip to content

Commit

Permalink
add dot support in DSL indentifier (#3989)
Browse files Browse the repository at this point in the history
* add dot support in DSL indentifier

* refactor hash_attribute

* add test case

* minor bug fix and add more test cases

* optimize routing expression

add benchmark test for routing expression

* remove some unnecessary allocations

* use simpler hash and update resulting values

* remove clone in hashing json map

---------

Co-authored-by: trinity-1686a <[email protected]>
  • Loading branch information
JerryKwan and trinity-1686a authored Jan 29, 2024
1 parent 59e15aa commit b91a3ea
Show file tree
Hide file tree
Showing 5 changed files with 1,247 additions and 21 deletions.
4 changes: 4 additions & 0 deletions quickwit/quickwit-doc-mapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ testsuite = []
[[bench]]
name = "doc_to_json_bench"
harness = false

[[bench]]
name = "routing_expression_bench"
harness = false
Loading

0 comments on commit b91a3ea

Please sign in to comment.