-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Faster cache lookup in broadcast! via get! macro
Change broadcast! cache to use nested Dict instead of a Dict with Tuple keys; use get! macro to access its fields. Related to #6041. Also reduces code duplication in broadcast! definitions via eval macro.
- Loading branch information
1 parent
1294aab
commit 04ac3d8
Showing
1 changed file
with
25 additions
and
66 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