Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(dot): optimize isAlphaNumeric (#1187)
* Optimized isAlphaNumeric Optimized isAlphaNumeric to use charcodes instead if regex. This gives the function a worst case 60%+ performance on V8 and 40%+ on Spidermonkey * Fix linting issues * Fixed linting Co-authored-by: Tomina <[email protected]>
- Loading branch information