You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought that the performance regression has been introduced by realm/SwiftLint#247 and filed PRs (realm/SwiftLint#263, #120 and #122) for resolving that.
SwiftLint 0.5.1 is still slower than 0.4.0, but now I close this issue.
Sorry, I have introduced performance regression by #111.
I think
func byteRangeToNSRange(start start: Int, length: Int) -> NSRange?
needs caching result.The text was updated successfully, but these errors were encountered: