Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Feb 4, 2024
1 parent c9b8d4f commit 8211565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ The rules:

## Examples

- <a href="https://xpl.github.io/what-code-is-faster/?code=eNp9Tz0PgjAQ3fkVb7NVYmAlYXFzcHW%2FQgONcGhbWJT%2FLrSwONjh0nt37%2BOU5qrtyT7EQZnGsMfkwGOvtIWgujbeDCwPKd4JYHhpqbtTN2onZMCAamDn4bSuUSLPwsMJ4ka%2BPVvieuiX3WMYSXyQBZbVfrS8SQD">BigInt vs. number (addition)</a>
- <a href="https://xpl.github.io/what-code-is-faster/?code=eNp9Tz0PgjAQ3fkVb7NVYmAlYXFzcHVv4QKNcGhbWJT%2FLrSwOHhDc3137%2BM0cdX2yj7EQZvGsMfkwGOvyUIYriz1xF4eUrwTwLDxRnV31Y3khAwYUA3sPBxRjRJ5FgoniJvy7dkqrod%2B2T2GkcQHWWBZ8qPlTQKI7gUuprmyF6uaTLdZzFMEi4jNyzuvLb1G1QmVQu9pNt1NR0mUZbn%2FtFx5yRyviZbiaWn6Ia%2FQckHOu01M8G81CsvkC3T6YFY%3D">BigInt vs. number (increment)</a>
- <a href="https://xpl.github.io/what-code-is-faster/?code=eNq1jsEKwjAQRO%2F5irlIE41CzyJ%2BgVfvmxppsN3UbSqI9N%2BtqUh%2FwMvC7pudGee5qluSmy5OlOpd%2FexiQhTkrb9LOhYW14GrFCIjcEiBmjM1g9cGLwWIT4PwrBfiS2y1UaPNLLvpTvxj1gJV5D6BcEA%2BY4PSYIVyAd0PbpdwmTP7koUz%2BwmOdhqfrn%2BIyra0pundrb9xajTqDeIvWf8%3D">Math.hypot or Math.sqrt?</a>
- <a href="https://xpl.github.io/what-code-is-faster/?code=eNqVjz0OwjAMhfecwgtqIiokTsCC2FjZTZrSiNRB%2BUFFKHcnSaVCR5Yo9nvPn91HkkFbgj4SnwS8wakQHcEZw7Dzuja3cyWtL1Vi7KpIDiO6O2%2BOFoyVaMqAeVKnpEGH5e8hZwIgvcKg6XZo2q9Nkw4azQVNVDyDGazQDqmzIxcstVVTU1CO0PCHU8%2FZvgTK7qUNG9iLLKQ2P3WrlXtBV%2Bn0x8E%2FrCW7ArIk2AdkO2vC">Do local function declarations affect performance?</a>
- <a href="https://xpl.github.io/what-code-is-faster/?code=eNqNj70OwjAMhPc8hRfURFRIzAixIDZW9hBSGpE6yElQEcq7k7Si%2FEwsluw732c3EVUwDqGJyHsBDyAdIiHsZWgX3gzD%2Bdgp50uXGDtqVG0n6cKrrQNlnY%2BkPWRDAIn30Bo8b6q6hI7pBk0w0h6kjZpnCoMvDkk8uY4LlupB033QhNLyK%2BnbaJ8WyqFlDDNYiiykOhfr1I97Qg%2FSLi%2BV55TDfGIPa3hFrP55%2BAP%2FjitslgR7AtISZ6c%3D">Do closures affect performance (vs. free functions)?</a>
Expand Down

0 comments on commit 8211565

Please sign in to comment.