How to implement your own useMemo from Scratch, for React October 26, 2022 by Magenaut Basically this:
Python string interning August 21, 2022 by Magenaut While this question doesn’t have any real use in practice, I am curious as to how Python does string interning. I have noticed the following.