-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moderately improve the micro behavior of route transform
This commit is a follow-up to #11697. We don't actually need to iterate an `IndexMap` repeatedly here as we never actually use the map capabilities of the conditions field: a vec is enough. This is worth a small boost in the micro but I suspect nothing in the macro. If we are to actually optimize route we'll probably need to run multiple copies of them, run an `EventArray` through it and/or dramatically improve the behavior of `condition.check`. Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 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
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