• Greg Spencer's avatar
    Fix benchmark regression in layer.find<S>(Offset) (#32425) · 66a67263
    Greg Spencer authored
    This fixes a benchmark regression introduced in #32350. The performance is improved by just reverting the Layer.find<S> routines to use their old definitions, instead of defining them in terms of the findAll<S> lazy iterators.
    
    Fixes #32387
    66a67263
layer.dart 70.6 KB