Thanks for useful library 😄 While investigating performance problem, I found this library converts `Swift.String` into `NSString` and it's very high cost operation. Why this library uses NSString instead of implementing its own logic?
Thanks for useful library 😄
While investigating performance problem, I found this library converts
Swift.StringintoNSStringand it's very high cost operation.Why this library uses NSString instead of implementing its own logic?