Closed stephencelis closed 3 years ago
@lorentey Commented here that we're using move/remove methods with pretty bad performance (which we knew):
move
remove
https://github.com/apple/swift-collections/issues/66#issuecomment-891327430
I took this code (with minor changes) from here: https://stackoverflow.com/a/56693340
@lorentey Commented here that we're using
move
/remove
methods with pretty bad performance (which we knew):https://github.com/apple/swift-collections/issues/66#issuecomment-891327430
I took this code (with minor changes) from here: https://stackoverflow.com/a/56693340