Skip to content

Instantly share code, notes, and snippets.

@vincent-pradeilles
Created December 18, 2019 14:09
Show Gist options
  • Save vincent-pradeilles/a024ef6367515cbae218ed94b3c954a2 to your computer and use it in GitHub Desktop.
Save vincent-pradeilles/a024ef6367515cbae218ed94b3c954a2 to your computer and use it in GitHub Desktop.
Trigo.cachedCos(.pi * 2) // takes 48.85 µs
// value of cos for 2π is now cached
Trigo.cachedCos(.pi * 2) // takes 0.13 µs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment