-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support matching without structuring as an id (#1052)
Add `forEachMatch` overloads to the `QueryIndex` that takes a function to supply the value for a tag key. For use-cases where the tags are not already structured as an id, this avoids the overhead of converting. Since it is just a simple function, there is a lot of flexibility for the actual data structure used.
- Loading branch information
1 parent
fc1c4ba
commit c4af9d7
Showing
2 changed files
with
247 additions
and
98 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
Oops, something went wrong.