-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Micro optimization of building band label Omitting the callable to filter is substantially faster than the identity lambda, and slightly faster than a list comprehension. Directly joining the filter is slightly faster than using a placeholder list. Per iteration: Old version: 527 ns New version: 305 ns * Call labelers directly for inferred types * Avoid shadowing builtin
- Loading branch information
Showing
1 changed file
with
11 additions
and
15 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