Closed tomato42 closed 6 years ago
https://github.com/ansasaki/smap/blob/608f590b98a1ad2e12c078974eafeef8f4aa58fa/src/smap/symver.py#L1263-L1264
removed = set(removed) all_symbols = [i for i in all_symbols if i not in removed]
will reduce complexity to O(n * log n)
https://github.com/ansasaki/smap/blob/608f590b98a1ad2e12c078974eafeef8f4aa58fa/src/smap/symver.py#L1263-L1264
will reduce complexity to O(n * log n)