vault backup: 2025-03-25 00:36:13
All checks were successful
Update pages on webserver / Update (push) Successful in 5s

This commit is contained in:
themodernhakr 2025-03-25 00:36:13 -05:00
parent 03ff71d640
commit 83bb4b114d

View File

@ -124,6 +124,7 @@ As expected, the iteration-based function was sloooooow. Both macro functions bl
| iteration | 416 |
| one_macro | 30342 |
| two_macro | 72450 |
The `two_macro` function is *2.4x* faster than the `one_macro` function.
What the heck is going on? How does *adding* an entire second macro function *improve* performance??