Closed egnha closed 7 years ago
The overhead of calling loosely() should be as low as possible (on the order of calling firm_core()), since a typical use case of it is to recover performance by skipping input validation checks.
loosely()
firm_core()
The overhead of calling
loosely()
should be as low as possible (on the order of callingfirm_core()
), since a typical use case of it is to recover performance by skipping input validation checks.