You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #46017 [Cache][String] Don't use is_iterable() in perf-critical code paths (nicolas-grekas)
This PR was merged into the 6.1 branch.
Discussion
----------
[Cache][String] Don't use is_iterable() in perf-critical code paths
| Q | A
| ------------- | ---
| Branch? | 6.1
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
This is 5 times faster than calling `is_iterable()`
Partially reverting #45978 /cc `@fancyweb` FYI.
Commits
-------
33fa00c [Cache][String] Don't use is_iterable() in perf-critical code paths
0 commit comments