Skip to content

Performance optimisations

Compare
Choose a tag to compare
@osslate osslate released this 02 Dec 03:33
· 62 commits to master since this release
  • Add call to String.charAt().
  • Replace String.substring() calls with String.slice(). This shows a minor performance boost with v8.
  • Remove unecessary String.toUpperCase() call.