File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ So, here we go...
92
92
* [ Section: Miscellaneous] ( #section-miscellaneous )
93
93
+ [ ▶ ` += ` is faster] ( #--is-faster )
94
94
+ [ ▶ Let's make a giant string!] ( #-lets-make-a-giant-string )
95
- + [ ▶ ` dict ` lookup performance ] ( #-slowing-down-dict-lookups )
95
+ + [ ▶ Slowing down ` dict ` lookups * ] ( #-slowing-down-dict-lookups )
96
96
+ [ ▶ Minor Ones * ] ( #-minor-ones- )
97
97
- [ Contributing] ( #contributing )
98
98
- [ Acknowledgements] ( #acknowledgements )
@@ -3349,8 +3349,8 @@ Let's increase the number of iterations by a factor of 10.
3349
3349
3350
3350
---
3351
3351
3352
- ### ▶ Slowing down `dict` lookups
3353
-
3352
+ ### ▶ Slowing down `dict` lookups *
3353
+ <!-- Example ID: c9c26ce6-df0c-47f7-af0b-966b9386d4c3 --->
3354
3354
```py
3355
3355
some_dict = {str(i): 1 for i in range(1_000_000)}
3356
3356
another_dict = {str(i): 1 for i in range(1_000_000)}
You can’t perform that action at this time.
0 commit comments