Signal-iOS/SignalMessaging/groups
Evan Hahn a941c82c14
Prefer isEmpty with strings
This change may improve performance slightly but should have no other
user impact.

`myString.isEmpty` is faster than `myString.count == 0` or equivalent,
because computing `count` may require iterating over the string.

I tried to fix all occurrences of this.

Tested this by sending a message in a group and doing a full
re-registration, just in case I broke something there.
2022-11-01 17:53:46 -05:00
..
GroupsV2AvatarDownloadOperation.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
GroupsV2Impl.swift Remove internal-only profile key merging code 2022-10-17 09:27:55 -07:00
GroupsV2Impl+RestoreGroups.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
GroupsV2IncomingChanges.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
GroupsV2Migration.swift Limit scope of undiscoverable gv2 phone numbers 2022-10-24 10:21:05 -07:00
GroupsV2OutgoingChangesImpl.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
GroupsV2ProfileKeyUpdater.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
GroupsV2Protos.swift Prefer isEmpty with strings 2022-11-01 17:53:46 -05:00
GroupsV2Utils.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
GroupV2Params.swift Prefer isEmpty with strings 2022-11-01 17:53:46 -05:00
GroupV2SnapshotImpl.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
GroupV2UpdatesImpl.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
StorageService+GroupsV2.swift Change license to AGPL 2022-10-13 08:25:37 -05:00