Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
C++ for Arduino
(Uncensored)
subscribe
What is string interning? | C++ for Arduino
https://cpp4arduino.com/2018/10/23/what-is-string-interning.html
links
backlinks
"String interning" (or "string pooling") is an optimization to reduce RAM usage. After explaining how it works, we’ll see that it comes with a few pitfalls.