Summary: As title. Facebook Found this case by examining db. > D23394545 Time complexity of `_registerTabPreloadables` has **decreased** from `Top` to `O(1)`. Please make sure this is an expected change. You can inspect the trace to understand the complexity increase: Reviewed By: ezgicicek Differential Revision: D23448099 fbshipit-source-id: 108fd1ef2master
parent
5ed04a8e9a
commit
c3909c0434
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
void nsordered_set_iterate_linear(NSOrderedSet* ordered_set) {
|
||||
for (id item in ordered_set) {
|
||||
}
|
||||
}
|
Loading…
Reference in new issue